summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-02-11 19:09:43 +0800
committerTang Chen <chen.tang@easystack.cn>2016-02-17 17:09:51 +0800
commitd9d1809907256497289ae921bca9a7505a95f6ce (patch)
treedd1494cbea9a70d6fa79f9dd32cf0e2aebcda142 /releasenotes
parentddc97c6dc5bc36d678515aeb9f7b3f9e85bd70d0 (diff)
downloadpython-openstackclient-d9d1809907256497289ae921bca9a7505a95f6ce.tar.gz
Support "network show" command in nova network
"network show" command is not implemented in nova network. This patch implements it. Change-Id: I1fadd890fe36c4e3ac5c9ed389b20c5b2fff8aca partial-Bug: 1543672
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1543672-bad2fc4c6c8f3125.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1543672-bad2fc4c6c8f3125.yaml b/releasenotes/notes/bug-1543672-bad2fc4c6c8f3125.yaml
index 9cecc060..ad4d5f56 100644
--- a/releasenotes/notes/bug-1543672-bad2fc4c6c8f3125.yaml
+++ b/releasenotes/notes/bug-1543672-bad2fc4c6c8f3125.yaml
@@ -4,3 +4,5 @@ features:
[Bug `1543672 <https://bugs.launchpad.net/python-openstackclient/+bug/1543672>`_]
- Command ``network list`` is now available for nova network.
[Bug `1543672 <https://bugs.launchpad.net/python-openstackclient/+bug/1543672>`_]
+ - Command ``network show`` is now available for nova network.
+ [Bug `1543672 <https://bugs.launchpad.net/python-openstackclient/+bug/1543672>`_]