Add neutron.ovs.local_ip to static seed json

We had been leaving this blank, but neutron is
now asserting that it is an IP address as of
I57eee81e6821eb2cb26b3d07a39bc94b81243570

Change-Id: I720c153f1a511ef366577e2383f1215b218f6407
Closes-Bug: #1394956
This commit is contained in:
Derek Higgins 2014-11-21 11:47:05 +00:00
parent ea71d4b879
commit f576bca561
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@
"ovs": {
"bridge_mappings": "ctlplane:br-ctlplane",
"enable_tunneling": "False",
"local_ip": "192.0.2.1",
"network_vlan_ranges": "ctlplane",
"physical_bridge": "br-ctlplane",
"public_interface": "eth1",