summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAnkur Gupta <ankur.gupta@intel.com>2016-10-12 22:39:35 -0500
committerAkihiro Motoki <amotoki@gmail.com>2017-07-11 08:17:09 +0000
commit18c532377a2f6d87adef80465fea7ed50d5a17d1 (patch)
treebb153cbaf3a07fff1bfc9bc5437ea0cb9d87a694 /releasenotes
parentfaf6e16120206de763c1570698f71114307dab98 (diff)
downloadpython-openstackclient-18c532377a2f6d87adef80465fea7ed50d5a17d1.tar.gz
Network L3 Router Commands for OSC
Implements: blueprint network-l3-commands Co-Authored-By: Akihiro Motoki <amotoki@gmail.com> Change-Id: Ia24d76227e164062e89a74c1621b8acb830b26cf
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-network-l3-adv-commands-cc1df715a184f1b2.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-network-l3-adv-commands-cc1df715a184f1b2.yaml b/releasenotes/notes/bp-network-l3-adv-commands-cc1df715a184f1b2.yaml
new file mode 100644
index 00000000..f978f4d6
--- /dev/null
+++ b/releasenotes/notes/bp-network-l3-adv-commands-cc1df715a184f1b2.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Add network l3-agent related commands ``network agent add router``,
+ ``network agent remove router`` for adding/removing routers to l3 agents.
+ Add ``network agent list --router``, and ``router list --agent`` for
+ listing agents on routers and routers on specific agents.
+ [Blueprint :oscbp:`network-l3-commands`]