updated to sync again with devstack v1, fixes issue #75, for now
This commit is contained in:
parent
bd092dcbbf
commit
f7deb187e3
@ -7,6 +7,9 @@
|
||||
},
|
||||
"pycrypto": {
|
||||
"version": "2.3"
|
||||
},
|
||||
"python-cloudfiles": {
|
||||
"version": "1.7.9.3"
|
||||
}
|
||||
},
|
||||
"rhel-6": {
|
||||
|
@ -84,10 +84,6 @@
|
||||
"version": "0.7*",
|
||||
"removable": true
|
||||
},
|
||||
"python-cloudfiles": {
|
||||
"version": "1.7.9*",
|
||||
"removable": true
|
||||
},
|
||||
"python-migrate": {
|
||||
"version": "0.7*",
|
||||
"removable": true
|
||||
|
@ -246,7 +246,7 @@ m_port = ${M_PORT:-9898}
|
||||
m_host = ${M_HOST:-$(host:ip)}
|
||||
|
||||
# Melange MAC Address Range
|
||||
m_mac_range = ${M_MAC_RANGE:-404040/24}
|
||||
m_mac_range = ${M_MAC_RANGE:-FE-EE-DD-00-00-00/24}
|
||||
|
||||
[quantum]
|
||||
|
||||
|
@ -26,6 +26,12 @@ catalog.RegionOne.ec2.internalURL = http://%SERVICE_HOST%:8773/services/Cloud
|
||||
catalog.RegionOne.ec2.name = 'EC2 Service'
|
||||
|
||||
|
||||
catalog.RegionOne.s3.publicURL = http://%SERVICE_HOST%:3333
|
||||
catalog.RegionOne.s3.adminURL = http://%SERVICE_HOST%:3333
|
||||
catalog.RegionOne.s3.internalURL = http://%SERVICE_HOST%:3333
|
||||
catalog.RegionOne.s3.name = 'S3 Service'
|
||||
|
||||
|
||||
catalog.RegionOne.image.publicURL = http://%SERVICE_HOST%:9292/v1
|
||||
catalog.RegionOne.image.adminURL = http://%SERVICE_HOST%:9292/v1
|
||||
catalog.RegionOne.image.internalURL = http://%SERVICE_HOST%:9292/v1
|
||||
|
@ -32,8 +32,7 @@ LIBVIRT_PROTOCOL_MAP = {
|
||||
'uml': 'uml:///system',
|
||||
'lxc': 'lxc:///',
|
||||
}
|
||||
VIRT_TYPE = 'libvirt'
|
||||
VIRT_LIB = VIRT_TYPE
|
||||
VIRT_LIB = 'libvirt'
|
||||
|
||||
#distros name the libvirt service differently :-(
|
||||
SV_NAME_MAP = {
|
||||
|
Loading…
Reference in New Issue
Block a user