diff options
author | Dan Prince <dprince@redhat.com> | 2014-03-26 12:42:01 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2014-03-26 12:42:01 -0400 |
commit | 65351560a421f40c0d66d6dcb00ee5515d5feb0f (patch) | |
tree | 2aaf1b29dab26d34efafc2c1dcf68784209b1fb4 | |
parent | 06b199e889e86c120aa270c95db09adf349b2213 (diff) |
Drop dnsmasq_range from the undercloud source.
We don't make use of dnsmasq_range anywhere so lets remove it.
Change-Id: Id3e14aee8a9f720a09bc2c8ace99e06c4a2d09a9
-rw-r--r-- | undercloud-source.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/undercloud-source.yaml b/undercloud-source.yaml index 3e053af5..90724b76 100644 --- a/undercloud-source.yaml +++ b/undercloud-source.yaml @@ -207,7 +207,6 @@ Resources: host: 127.0.0.1 ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8 ovs: - dnsmasq_range: [192.0.2.25, 192.0.2.44] public_interface: Ref: NeutronPublicInterface physical_bridge: br-ctlplane |