summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-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>`_]