diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-08-10 15:26:45 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-08-10 15:39:44 +0800 |
| commit | 722be75f9cffec7242d893cac20d40c570af32d6 (patch) | |
| tree | 8ce2fb64845c642ef6bc73a84cf23d6c9f3616c1 /releasenotes | |
| parent | 0b91368164acc596bf97fe4073083e26892f5b1a (diff) | |
| download | python-openstackclient-722be75f9cffec7242d893cac20d40c570af32d6.tar.gz | |
Implement "network agent set" command
Add "network agent set" command in network v2 to set network
agent properties.
Also add the unit test, doc, functional test and release note.
Change-Id: Iebaee4c60f8c6b43f538c1b82a38b93178b9ce53
Implements: bp implement-network-agents
Co-Authored-By: Michael Gugino <michael.gugino@walmart.com>
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bp-implement-network-agents-5eba48796318f094.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/releasenotes/notes/bp-implement-network-agents-5eba48796318f094.yaml b/releasenotes/notes/bp-implement-network-agents-5eba48796318f094.yaml index 4ca25103..d9224c31 100644 --- a/releasenotes/notes/bp-implement-network-agents-5eba48796318f094.yaml +++ b/releasenotes/notes/bp-implement-network-agents-5eba48796318f094.yaml @@ -1,5 +1,5 @@ --- features: - - Add ``network agent delete``, ``network agent list`` and - ``network agent show`` commands. + - Add ``network agent delete``, ``network agent list``, ``network agent show`` + and ``network agent set`` commands. [Blueprint `implement-network-agents <https://blueprints.launchpad.net/python-openstackclient/+spec/implement-network-agents>`_] |
