summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-05 16:01:13 +0000
committerGerrit Code Review <review@openstack.org>2016-08-05 16:01:13 +0000
commit020f13e12b04ed6e93c2dcfbf4ecf60e23fb44db (patch)
treeb94c4dcd17849b48762ac6af1ac20f7a131d6cf9 /releasenotes
parent6dd3f45e39868906c74ff716e750a57e329ae611 (diff)
parent0736336a71db9baf3e768e4560a619ae6a875fa4 (diff)
downloadpython-openstackclient-020f13e12b04ed6e93c2dcfbf4ecf60e23fb44db.tar.gz
Merge "Implement network agents functionality"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-implement-network-agents-5eba48796318f094.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-implement-network-agents-5eba48796318f094.yaml b/releasenotes/notes/bp-implement-network-agents-5eba48796318f094.yaml
new file mode 100644
index 00000000..4ca25103
--- /dev/null
+++ b/releasenotes/notes/bp-implement-network-agents-5eba48796318f094.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - Add ``network agent delete``, ``network agent list`` and
+ ``network agent show`` commands.
+ [Blueprint `implement-network-agents <https://blueprints.launchpad.net/python-openstackclient/+spec/implement-network-agents>`_]