Comment 1 for bug 1066234

Revision history for this message
dan wendlandt (danwent) wrote :

This is not strictly a bug, as the CLI is operating as intended, but I agree it is confusing as hell for people new to the CLI and we should find a way to make it less confusing.

The real issue is that you were specifying --gateway AFTER the positional argument, whereas this option must be used BEFORE the positional argument. Arguments after the positional argument are passed through in the JSON request as is, but the problem is that the JSON value is actually gateway_ip, not gateway, so specifying --gateway after the positional arguments is essentially a noop.

See the description here: http://docs.openstack.org/cli/quick-start/content/quantum-cli-reference.html

Sorry for the confusion... we need an easier way to do this, as the current approach seems to confuse everyone.