Comment 1 for bug 1522668

Revision history for this message
yatin (yatinkarel) wrote :

I think it is fixed in latest version: so can be closed
ubuntu@ubuntubase:/opt/stack/devstack$ magnum bay-list
+--------------------------------------+--------+------------+--------------+--------------------+
| uuid | name | node_count | master_count | status |
+--------------------------------------+--------+------------+--------------+--------------------+
| 88349f8f-c59c-495e-8550-0b05104df208 | k8sbay | 1 | 1 | CREATE_IN_PROGRESS |
+--------------------------------------+--------+------------+--------------+--------------------+
ubuntu@ubuntubase:/opt/stack/devstack$ magnum bay-create --name k8sbay --baymodel k8sbaymodel --node-count err
usage: magnum bay-create [--name <name>] --baymodel <baymodel>
                         [--node-count <node-count>]
                         [--master-count <master-count>]
                         [--discovery-url <discovery-url>]
                         [--timeout <timeout>]
error: argument --node-count: invalid int value: u'err'
Try 'magnum help bay-create' for more information.
ubuntu@ubuntubase:/opt/stack/devstack$ magnum --version
2.1.1
ubuntu@ubuntubase:/opt/stack/devstack$ magnum bay-list
+--------------------------------------+--------+------------+--------------+--------------------+
| uuid | name | node_count | master_count | status |
+--------------------------------------+--------+------------+--------------+--------------------+
| 88349f8f-c59c-495e-8550-0b05104df208 | k8sbay | 1 | 1 | CREATE_IN_PROGRESS |
+--------------------------------------+--------+------------+--------------+--------------------+
ubuntu@ubuntubase:/opt/stack/devstack$ magnum bay-create --name k8sbay --baymodel k8sbaymodel --node-count err
usage: magnum bay-create [--name <name>] --baymodel <baymodel>
                         [--node-count <node-count>]
                         [--master-count <master-count>]
                         [--discovery-url <discovery-url>]
                         [--timeout <timeout>]
error: argument --node-count: invalid int value: u'err'
Try 'magnum help bay-create' for more information.
ubuntu@ubuntubase:/opt/stack/devstack$ magnum --version
2.1.1
ubuntu@ubuntubase:/opt/stack/devstack$ magnum-api --version
2.0.1.dev334