summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-03-24 21:24:52 +0000
committerGerrit Code Review <review@openstack.org>2020-03-24 21:24:52 +0000
commit2c8d705a24ac5a741c5fc00ce278450896e5f2db (patch)
treeff80f5e3cd2602da123153e7b8fbe11db6c57279 /releasenotes
parent77b364942aa37cb00f41392619b81235df2d3679 (diff)
parent68aa35f35f21476085e25ad2e3da51a1961948e4 (diff)
downloadpython-openstackclient-2c8d705a24ac5a741c5fc00ce278450896e5f2db.tar.gz
Merge "Add unit tests and release note for dns_publish_fixed_ip"
Diffstat (limited to 'releasenotes')
-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>`_]