diff options
| author | Cao Xuan Hoang <hoangcx@vn.fujitsu.com> | 2016-08-18 16:50:52 +0700 |
|---|---|---|
| committer | Cao Xuan Hoang <hoangcx@vn.fujitsu.com> | 2016-09-20 10:12:42 +0700 |
| commit | 4265002e599af332f2e6288814dcaefa0dcb1be0 (patch) | |
| tree | ef94ff6bd258aaf9585f6a3178e908b01e90e840 /releasenotes | |
| parent | 7e990ba1e2ae0ecb804287212797ebad84d7b56b (diff) | |
| download | python-openstackclient-4265002e599af332f2e6288814dcaefa0dcb1be0.tar.gz | |
Add 'description' option to os subnet (pool) create/set cmd
This patch adds '--description' option to the commands.
Change-Id: Ifc2828670c3c48a87a0493d98686a5babf9b2ae7
Closes-Bug: #1614458
Closes-Bug: #1614823
Partially-Implements: blueprint network-commands-options
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bug-1614458-c42be5738f447db8.yaml | 6 | ||||
| -rw-r--r-- | releasenotes/notes/bug-1614823-e89080342f25f2c0.yaml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1614458-c42be5738f447db8.yaml b/releasenotes/notes/bug-1614458-c42be5738f447db8.yaml new file mode 100644 index 00000000..671882b0 --- /dev/null +++ b/releasenotes/notes/bug-1614458-c42be5738f447db8.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Adds ``description`` option to ``subnet create`` and + ``subnet set`` commands. + [Bug `1614458 <https://bugs.launchpad.net/bugs/1614458>`_] diff --git a/releasenotes/notes/bug-1614823-e89080342f25f2c0.yaml b/releasenotes/notes/bug-1614823-e89080342f25f2c0.yaml new file mode 100644 index 00000000..96c66619 --- /dev/null +++ b/releasenotes/notes/bug-1614823-e89080342f25f2c0.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Adds ``description`` option to ``subnet pool create`` + and ``subnet pool set`` commands. + [Bug `1614823 <https://bugs.launchpad.net/bugs/1614823>`_] |
