python-openstackclient/releasenotes/notes/bug-1659878-f6a55b7166d99ca8.yaml
Dean Troyer 1e3dc48c64 Add relnotes for the two recent bug fixes
Also add a functional test for network create --project

Change-Id: Idbfdf82f1ea6c84fb6a51df88e746e5ddb896b4f
2017-01-28 07:42:17 -06:00

8 lines
282 B
YAML

---
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>`_]