diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-04-01 21:08:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-04-01 21:08:43 +0000 |
| commit | 67a4b812c6cdf9ebf91bee69a5ab80962c60da49 (patch) | |
| tree | a4c3b72dfe3bc3cf0378e60a1d8faa1cceb71495 /doc/source/backwards-incompatible.rst | |
| parent | e059adeab7a84c1ab17c31a05b5e0d2d384c628f (diff) | |
| parent | 70170656fd4d3c8020391354b13dca63e9e024d1 (diff) | |
| download | python-openstackclient-67a4b812c6cdf9ebf91bee69a5ab80962c60da49.tar.gz | |
Merge "doc: Correct Sphinx warnings"
Diffstat (limited to 'doc/source/backwards-incompatible.rst')
| -rw-r--r-- | doc/source/backwards-incompatible.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/backwards-incompatible.rst b/doc/source/backwards-incompatible.rst index bce86717..22c300de 100644 --- a/doc/source/backwards-incompatible.rst +++ b/doc/source/backwards-incompatible.rst @@ -57,7 +57,7 @@ Releases Before 3.0 2. <type> should not be optional for command `openstack service create` Previously, the command was `openstack service create <name> --type <type>`, - whereas now it is: `openstack service create <type> --name <name>` + whereas now it is: `openstack service create <type> --name <name>`. This bug also affected python-keystoneclient, and keystone. * In favor of: making <type> a positional argument. @@ -181,12 +181,12 @@ Releases Before 3.0 * Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1546065 * Commit: https://review.openstack.org/#/c/281088/ -12. <version> <url> <md5hash> should be optional for command `openstack compute agent set` +12. `<version> <url> <md5hash>` should be optional for command `openstack + compute agent set` - Previously, the command was `openstack compute agent set <id> <version> <url> <md5hash>`, - whereas now it is: `openstack compute agent set <id> --version <version> - --url <url> - --md5hash <md5hash>`. + Previously, the command was `openstack compute agent set <id> <version> <url> + <md5hash>`, whereas now it is: `openstack compute agent set <id> --version + <version> --url <url> --md5hash <md5hash>`. * In favor of: making <version> <url> <md5hash> optional. * As of: NA |
