Adds missing ip based on internal ip, for etcd
parent
6cc05c103a
commit
f320b79c0c
|
@ -309,6 +309,7 @@ def openstack_host(resource, module_name):
|
||||||
attrs = {
|
attrs = {
|
||||||
'access_ip_v4': raw_attrs['access_ip_v4'],
|
'access_ip_v4': raw_attrs['access_ip_v4'],
|
||||||
'access_ip_v6': raw_attrs['access_ip_v6'],
|
'access_ip_v6': raw_attrs['access_ip_v6'],
|
||||||
|
'ip': raw_attrs['network.0.fixed_ip_v4'],
|
||||||
'flavor': parse_dict(raw_attrs, 'flavor',
|
'flavor': parse_dict(raw_attrs, 'flavor',
|
||||||
sep='_'),
|
sep='_'),
|
||||||
'id': raw_attrs['id'],
|
'id': raw_attrs['id'],
|
||||||
|
|
Loading…
Reference in New Issue