summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/backwards-incompatible.rst12
-rw-r--r--doc/source/command-objects/region.rst10
2 files changed, 12 insertions, 10 deletions
diff --git a/doc/source/backwards-incompatible.rst b/doc/source/backwards-incompatible.rst
index f9f2ed44..94873c14 100644
--- a/doc/source/backwards-incompatible.rst
+++ b/doc/source/backwards-incompatible.rst
@@ -102,6 +102,18 @@ List of Backwards Incompatible Changes
* Bug: NA
* Commit: NA
+8. `region` commands no longer support `url`
+
+ The Keystone team removed support for thr `url` attribute from the client
+ and server side. Changes to the `create`, `set` and `list` commands for
+ regions have been affected.
+
+ * In favor of: NA
+ * As of 1.9.0
+ * Removed in: NA
+ * Bug: https://launchpad.net/bugs/1506841
+ * Commit: https://review.openstack.org/#/c/236736/
+
For Developers
==============
diff --git a/doc/source/command-objects/region.rst b/doc/source/command-objects/region.rst
index cb4a059e..1892fc24 100644
--- a/doc/source/command-objects/region.rst
+++ b/doc/source/command-objects/region.rst
@@ -15,7 +15,6 @@ Create new region
os region create
[--parent-region <region-id>]
[--description <description>]
- [--url <url>]
<region-id>
.. option:: --parent-region <region-id>
@@ -26,10 +25,6 @@ Create new region
New region description
-.. option:: --url <url>
-
- New region URL
-
.. _region_create-region-id:
.. describe:: <region-id>
@@ -77,7 +72,6 @@ Set region properties
os region set
[--parent-region <region-id>]
[--description <description>]
- [--url <url>]
<region-id>
.. option:: --parent-region <region-id>
@@ -88,10 +82,6 @@ Set region properties
New region description
-.. option:: --url <url>
-
- New region URL
-
.. _region_set-region-id:
.. describe:: <region-id>