OSC plugin command name 'message-broker' should not have a dash
Bug #1503892 reported by
Dean Troyer
on 2015-10-07
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| python-cueclient |
Undecided
|
Unassigned |
Bug Description
OpenStackClient commands do not use a dash as a word separator. A two word object name should be represented as two words:
message broker create
message broker delete
etc
a simple alias could be used to maintain backwards compatibility for while if you so desire