Adds missing ip based on internal ip, for etcd
This commit is contained in:
parent
6cc05c103a
commit
f320b79c0c
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ def openstack_host(resource, module_name):
|
|||
attrs = {
|
||||
'access_ip_v4': raw_attrs['access_ip_v4'],
|
||||
'access_ip_v6': raw_attrs['access_ip_v6'],
|
||||
'ip': raw_attrs['network.0.fixed_ip_v4'],
|
||||
'flavor': parse_dict(raw_attrs, 'flavor',
|
||||
sep='_'),
|
||||
'id': raw_attrs['id'],
|
||||
|
|
Loading…
Reference in a new issue