summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2017-01-28 07:18:45 -0600
committerDean Troyer <dtroyer@gmail.com>2017-01-28 07:42:17 -0600
commit1e3dc48c64304eb378660ceb531aab3d42ac0710 (patch)
tree7cbe826d261b493dbc7c0593636e5e8d480e2a81 /releasenotes/notes
parenta6817d024014ecf2e873b009098a81fd179d7dd8 (diff)
downloadpython-openstackclient-3.8.1.tar.gz
Add relnotes for the two recent bug fixes3.8.1
Also add a functional test for network create --project Change-Id: Idbfdf82f1ea6c84fb6a51df88e746e5ddb896b4f
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1659878-f6a55b7166d99ca8.yaml7
-rw-r--r--releasenotes/notes/bug-1659993-a5fe43bef587e490.yaml6
2 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1659878-f6a55b7166d99ca8.yaml b/releasenotes/notes/bug-1659878-f6a55b7166d99ca8.yaml
new file mode 100644
index 00000000..f7932a66
--- /dev/null
+++ b/releasenotes/notes/bug-1659878-f6a55b7166d99ca8.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ The ``network create`` command was ignoring the ``--project`` option and
+ creating networks owned by the current authenticated user's project. This
+ was a regression introduced in OSC 3.8.0.
+ [Bug `1659878 <https://bugs.launchpad.net/bugs/1659878>`_]
diff --git a/releasenotes/notes/bug-1659993-a5fe43bef587e490.yaml b/releasenotes/notes/bug-1659993-a5fe43bef587e490.yaml
new file mode 100644
index 00000000..db2349b5
--- /dev/null
+++ b/releasenotes/notes/bug-1659993-a5fe43bef587e490.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ The ``address scope list`` command failed with 'HttpException: Bad Request'
+ when the ``--share`` or ``--no-share`` options were used.
+ [Bug `1659993 <https://bugs.launchpad.net/bugs/1659993>`_]