Skip to content
Snippets Groups Projects
Commit d549651f authored by Jake Yip's avatar Jake Yip
Browse files

Show docker_volume_size in `cluster show`

docker_volume_size is an parameter for creating cluster, it should also
be displayed when showing it

Change-Id: I354043496cc60a99c362f7d8bf36d5ca27ed6d30
parent 1b707a7e
Branches
Tags 3.3.0
No related merge requests found
......@@ -48,6 +48,7 @@ CLUSTER_ATTRIBUTES = [
'create_timeout',
'node_count',
'discovery_url',
'docker_volume_size',
'master_count',
'container_version',
'name',
......
......@@ -253,6 +253,7 @@ class FakeCluster(object):
'create_timeout': 60,
'node_count': 1,
'discovery_url': 'https://fake.cluster',
'docker_volume_size': 1,
'master_count': 1,
'container_version': None,
'name': 'fake-cluster',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment