summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorBrian Haley <bhaley@redhat.com>2021-03-03 12:46:02 -0500
committerBrian Haley <bhaley@redhat.com>2021-03-16 09:35:15 -0400
commite4e9fb594d003ea6c3ec29aab0bccf72ffab6781 (patch)
treeed34a5bbbc25748c2906e041b60576122c8fc852 /releasenotes/notes
parent1c84b44ac2a2c4dd2fd59cbce35698ca5d91d718 (diff)
downloadpython-openstackclient-e4e9fb594d003ea6c3ec29aab0bccf72ffab6781.tar.gz
Add --subnet-pool to subnet list
The neutron API supports filtering subnets by subnet pool id, but the CLI was missing support for it. Change-Id: Ic230c2c5cda8255d8f2c422880aeac81670b2df3
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/list-subnet-by-pool-id-a642efc13d04fa08.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/list-subnet-by-pool-id-a642efc13d04fa08.yaml b/releasenotes/notes/list-subnet-by-pool-id-a642efc13d04fa08.yaml
new file mode 100644
index 00000000..d784a9aa
--- /dev/null
+++ b/releasenotes/notes/list-subnet-by-pool-id-a642efc13d04fa08.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add ``--subnet-pool`` option to ``subnet list`` to filter
+ by subnets by subnet pool.