Delete non-existent quantum.conf setting.
Change-Id: Id082384d4274b855be28d512de5617c7e1df8e0e
This commit is contained in:
parent
4f6a02b162
commit
332a29de89
@ -9,9 +9,6 @@
|
|||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"db": "mysql://keystone:unset@localhost/keystone"
|
"db": "mysql://keystone:unset@localhost/keystone"
|
||||||
},
|
},
|
||||||
"interfaces": {
|
|
||||||
"control": "eth0"
|
|
||||||
},
|
|
||||||
"rabbit": {
|
"rabbit": {
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"password": "guest"
|
"password": "guest"
|
||||||
|
@ -7,8 +7,6 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
debug = True
|
debug = True
|
||||||
|
|
||||||
network_vlan_ranges = {{interfaces.control}}
|
|
||||||
|
|
||||||
auth_strategy = keystone
|
auth_strategy = keystone
|
||||||
allow_overlapping_ips = False
|
allow_overlapping_ips = False
|
||||||
debug = True
|
debug = True
|
||||||
|
Loading…
Reference in New Issue
Block a user