[openstack-dev] [Ironic] Command structure for OSC plugin
Jay Pipes
jaypipes at gmail.com
Mon Aug 24 15:41:58 UTC 2015
On 08/24/2015 08:03 AM, Brad P. Crochet wrote:
> I am working on extending the current set of patches that implement
> the OSC plugin for Ironic. I would like some discussion/guidance about
> a couple of command structures.
>
> Currently provisioning state is set via 'openstack baremetal set
> --provision-state [active|deleted|rebuild|inspect|provide|manage]
> $NODE'
>
> dtantsur suggests it be top-level a command (which I concur)
> 'openstack baremetal [active|delete|rebuild|inspect|provide|manage] $NODE'
>
> Question there is does that make sense?
I prefer the current CLI command structure.
`openstack baremetal active $NODE` does not make grammatical sense.
`openstack baremetal activate $NODE` would make more sense, but I
actually think the original is easier.
Best,
-jay
More information about the OpenStack-dev
mailing list