Show cluster fixed_network, fixed_subnet, floating_ip_enabled

Since we are able to override the values in cluster scope, we should be
able to see them too.

Story: 2006208
Task: 40254

Change-Id: I6c615697a732566290418ea3a3dd3263cb817fb8
This commit is contained in:
Bharat Kunwar 2020-07-01 10:53:18 +00:00
parent d66530fda8
commit 7ecbab5dbf
2 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,9 @@ CLUSTER_ATTRIBUTES = [
'labels_overridden',
'labels_skipped',
'labels_added',
'fixed_network',
'fixed_subnet',
'floating_ip_enabled',
'faults',
'keypair',
'api_address',

View File

@ -240,6 +240,9 @@ class FakeCluster(object):
'labels_overridden': {},
'labels_added': {},
'labels_skipped': {},
'fixed_network': 'fixed-network',
'fixed_subnet': 'fixed-subnet',
'floating_ip_enabled': True,
'created_at': '2017-03-16T18:40:39+00:00',
'updated_at': '2017-03-16T18:40:45+00:00',
'coe_version': None,