diff options
| author | Rui Chen <chenrui.momo@gmail.com> | 2016-07-11 09:55:22 +0800 |
|---|---|---|
| committer | Rui Chen <chenrui.momo@gmail.com> | 2016-09-13 17:23:22 +0800 |
| commit | 6f326acd260d035cb024f0c5e3ef2237277d8b37 (patch) | |
| tree | 7bd0696e6069eee7f3be06338c0d04a02469ee26 /releasenotes | |
| parent | 320ed017749f6a7ffba8d11a1d415fd869bfecb0 (diff) | |
| download | python-openstackclient-6f326acd260d035cb024f0c5e3ef2237277d8b37.tar.gz | |
Support fetching network project default quota
Neutron server and openstacksdk had supported to fetch
network project default quota, this patch add the CLI
support in openstackclient.
Change-Id: If0ef74c268c41a866c62156da0603a40ae4e6e31
Closes-Bug: #1204956
Depends-On: I6a4e2a146351dd1e7d652442511f1ef2c279da42
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bug-1204956-af47c7f34ecc19c3.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1204956-af47c7f34ecc19c3.yaml b/releasenotes/notes/bug-1204956-af47c7f34ecc19c3.yaml new file mode 100644 index 00000000..65def078 --- /dev/null +++ b/releasenotes/notes/bug-1204956-af47c7f34ecc19c3.yaml @@ -0,0 +1,5 @@ +--- +features: + - Supported to fetch network project default quota with command + ``quota show --default``. + [Bug `1204956 <https://bugs.launchpad.net/neutron/+bug/1204956>`_] |
