Option --enable does not work on commands
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Fix Released |
Critical |
Richard Theis | ||
Bug Description
As the following example illustrates, the --enable option on commands is ignored when the arguments are parsed. This appears to be related to the --enable- beta-commands option introduced by https:/ /review. openstack. org/#/c/ 305436/
$ openstack router create --disable testrouter
+------ ------- ------- -----+- ------- ------- ------- ------- ------- --+
| Field | Value |
+------ ------- ------- -----+- ------- ------- ------- ------- ------- --+
| admin_state_up | DOWN |
| availability_ zone_hints | |
| availability_zones | |
| description | |
| distributed | False |
| external_ gateway_ info | null |
| ha | False |
| headers | |
| id | b9dabe81- f159-4c88- a08c-53b4f58190 89 |
| name | testrouter |
| project_id | 9aa6ffb67f3b4f1 48d56c69387ef70 f5 |
| routes | |
| status | ACTIVE |
+------ ------- ------- -----+- ------- ------- ------- ------- ------- --+
$ openstack router set --enable testrouter
Nothing specified to be set