Comment 1 for bug 1523968

Revision history for this message
Bo Chi (bochi-michael) wrote :

Hi Evgeny,

I found in neutron that it's common that you should use `--admin-state-down` when creating resources, but should use `--admin-state-up false` when updating resources.
in neutronclient, the `--admin-state-down` will be converted to `--admin-state-up` in args2body().

do you know why there's such difference?