summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorNam Nguyen Hoai <namnh@vn.fujitsu.com>2016-08-16 16:00:32 +0700
committerHa Van Tu <tuhv@vn.fujitsu.com>2016-12-01 14:59:10 +0700
commitce079d22617f3129bfdf5165b9f124d7cc7dbc2e (patch)
treefc5b290591939b828c51f5ad7a02693510cae9ac /releasenotes
parentd6e058fa1f6323ef73354f0aea0e09efb647bc7e (diff)
downloadpython-openstackclient-ce079d22617f3129bfdf5165b9f124d7cc7dbc2e.tar.gz
Add '--project' and '--project-domain' options to os cmds
This patch added '--project' and '--project-domain' options to filter subnets resulted by 'os subnet list', 'os floating ip create' and 'os security group list' commands. Co-Authored-By: Ha Van Tu <tuhv@vn.fujitsu.com> Change-Id: I727663d49ffa6aa042fdeb60797f18bb753b0372 Closes-Bug: #1613231 Closes-Bug: #1610909 Closes-Bug: #1613629 Partially-Implements: blueprint network-commands-options
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1613231-386b2b1373662052.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1613231-386b2b1373662052.yaml b/releasenotes/notes/bug-1613231-386b2b1373662052.yaml
new file mode 100644
index 00000000..a55af0dd
--- /dev/null
+++ b/releasenotes/notes/bug-1613231-386b2b1373662052.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Add ``--project`` and ``--project-domain`` options to the ``router list``,
+ ``floating ip create`` and ``security group list`` commands.
+ [Bug `1613231 <https://bugs.launchpad.net/bugs/1613231>`_]
+ [Bug `1613629 <https://bugs.launchpad.net/bugs/1613629>`_]
+ [Bug `1610909 <https://bugs.launchpad.net/bugs/1610909>`_]