summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2020-01-13 11:13:42 -0600
committerDean Troyer <dtroyer@gmail.com>2020-01-14 09:53:13 -0600
commit68aa35f35f21476085e25ad2e3da51a1961948e4 (patch)
treec516e1deca25f5ed0a1fde4f7831a3a183c13a14 /releasenotes/notes
parentb4e9b225b4435a7a3598b70617c1e6eb73613fa0 (diff)
downloadpython-openstackclient-68aa35f35f21476085e25ad2e3da51a1961948e4.tar.gz
Add unit tests and release note for dns_publish_fixed_ip
Follow-up to https://review.opendev.org/#/c/679834/ which added the options and lacked both a release note and minimal option-handling unit tests. Change-Id: Ibb2820add9b2fedaf5a8b1a77babf043f6641724 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1784879-9b632174d4af853f.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1784879-9b632174d4af853f.yaml b/releasenotes/notes/bug-1784879-9b632174d4af853f.yaml
new file mode 100644
index 00000000..67085731
--- /dev/null
+++ b/releasenotes/notes/bug-1784879-9b632174d4af853f.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Add ``--dns-publish-fixed-ip`` and ``--no-dns-publish-fixed-ip``
+ options to ``create subnet`` and ``set subnet`` commands to
+ control the publishing of fixed IPs in DNS when the
+ ``subnet_dns_publish_fixed_ip`` Neutron extension is enabled.
+ [Bug `1784879 <https://bugs.launchpad.net/neutron/+bug/1784879>`_]