diff options
| author | Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> | 2016-10-17 18:26:01 +0000 |
|---|---|---|
| committer | Ankur Gupta <ankur.gupta@intel.com> | 2017-03-20 15:02:09 -0400 |
| commit | f4fd8f6e31dcc177b56d1e618cdefef728d09157 (patch) | |
| tree | bd0e9b293ff9c1c921bb75a768b0acf6d8d26515 /releasenotes | |
| parent | 8bff11582d8fd78256795852dcf82a4c3daf4354 (diff) | |
| download | python-openstackclient-f4fd8f6e31dcc177b56d1e618cdefef728d09157.tar.gz | |
Introduce Neutron DHCP agent commands to OSC
This patch introduces neutron dhcp-agent related commands to OpenStack
client.
The equivalent neutron commands implemented in OSC:
neutron: dhcp-agent-list-hosting-net
OSC: network agent list --network
neutron: dhcp-agent-network-add
OSC: network agent add network
neutron: dhcp-agent-network-remove
OSC: network agent remove network
neutron: net-list-on-dhcp-agent
OSC: network list --agent
Change-Id: I77a933f4b3ce875c63cef5b6a32aee78fd844b03
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bp-network-dhcp-adv-commands-e61bf8757f46dc93.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-network-dhcp-adv-commands-e61bf8757f46dc93.yaml b/releasenotes/notes/bp-network-dhcp-adv-commands-e61bf8757f46dc93.yaml new file mode 100644 index 00000000..ce3ab644 --- /dev/null +++ b/releasenotes/notes/bp-network-dhcp-adv-commands-e61bf8757f46dc93.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + Add network dhcp-agent related commands ``network agent add network``, + ``network agent remove network``, ``network agent list --network`` and + ``network list --agent`` for adding/removing network to dhcp agent. + [Blueprint :oscbp:`network-dhcp-adv-commands`] |
