Added general json and apparently we really need cloudfiles for horizon.
This commit is contained in:
parent
9ac8fcbd62
commit
b5cad5c6e5
11
conf/pips/general.json
Normal file
11
conf/pips/general.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# This is a extended json package definition file
|
||||||
|
# We allow simple comments (lines starting with a hash symbol)
|
||||||
|
{
|
||||||
|
"ubuntu-oneiric": {
|
||||||
|
},
|
||||||
|
"rhel-6": {
|
||||||
|
"coverage": {
|
||||||
|
"version": "3.5.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -37,6 +37,9 @@
|
|||||||
},
|
},
|
||||||
"sqlalchemy-migrate": {
|
"sqlalchemy-migrate": {
|
||||||
"version": "0.7.2"
|
"version": "0.7.2"
|
||||||
|
},
|
||||||
|
"python-cloudfiles": {
|
||||||
|
"version": "1.7.9.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -29,10 +29,6 @@
|
|||||||
"version": "1.12*",
|
"version": "1.12*",
|
||||||
"removable": true
|
"removable": true
|
||||||
},
|
},
|
||||||
"python-xattr": {
|
|
||||||
"version": "0.6*",
|
|
||||||
"removable": true
|
|
||||||
},
|
|
||||||
"python-sqlalchemy": {
|
"python-sqlalchemy": {
|
||||||
"version": "0.6*",
|
"version": "0.6*",
|
||||||
"removable": true
|
"removable": true
|
||||||
@ -103,12 +99,6 @@
|
|||||||
"removable": true
|
"removable": true
|
||||||
},
|
},
|
||||||
# Requires EPEL
|
# Requires EPEL
|
||||||
"python-xattr": {
|
|
||||||
# This might be way to old :(
|
|
||||||
"version": "0.5*",
|
|
||||||
"removable": true
|
|
||||||
},
|
|
||||||
# Requires EPEL
|
|
||||||
"python-webob1.0": {
|
"python-webob1.0": {
|
||||||
"version": "1.0*",
|
"version": "1.0*",
|
||||||
"removable": true
|
"removable": true
|
||||||
|
@ -73,7 +73,7 @@ BIN_DIR = 'bin'
|
|||||||
REQ_PKGS = ['general.json', 'glance.json']
|
REQ_PKGS = ['general.json', 'glance.json']
|
||||||
|
|
||||||
#pip files that glance requires
|
#pip files that glance requires
|
||||||
REQ_PIPS = ['glance.json']
|
REQ_PIPS = ['general.json', 'glance.json']
|
||||||
|
|
||||||
|
|
||||||
class GlanceUninstaller(comp.PythonUninstallComponent):
|
class GlanceUninstaller(comp.PythonUninstallComponent):
|
||||||
|
@ -59,7 +59,7 @@ LOG = logging.getLogger("devstack.components.horizon")
|
|||||||
REQ_PKGS = ['general.json', 'horizon.json']
|
REQ_PKGS = ['general.json', 'horizon.json']
|
||||||
|
|
||||||
#pip files that horizon requires
|
#pip files that horizon requires
|
||||||
REQ_PIPS = ['horizon.json']
|
REQ_PIPS = ['general.json', 'horizon.json']
|
||||||
|
|
||||||
|
|
||||||
class HorizonUninstaller(comp.PythonUninstallComponent):
|
class HorizonUninstaller(comp.PythonUninstallComponent):
|
||||||
|
@ -60,7 +60,7 @@ APP_OPTIONS = {
|
|||||||
REQ_PKGS = ['general.json', 'keystone.json']
|
REQ_PKGS = ['general.json', 'keystone.json']
|
||||||
|
|
||||||
#pip files that keystone requires
|
#pip files that keystone requires
|
||||||
REQ_PIPS = ['keystone.json']
|
REQ_PIPS = ['general.json', 'keystone.json']
|
||||||
|
|
||||||
|
|
||||||
class KeystoneUninstaller(comp.PythonUninstallComponent):
|
class KeystoneUninstaller(comp.PythonUninstallComponent):
|
||||||
|
@ -179,7 +179,7 @@ QUANTUM_OPENSWITCH_OPS = {
|
|||||||
LIBVIRTD_RESTART = ['service', 'libvirtd', 'restart']
|
LIBVIRTD_RESTART = ['service', 'libvirtd', 'restart']
|
||||||
|
|
||||||
#pip files that nova requires
|
#pip files that nova requires
|
||||||
REQ_PIPS = ['nova.json']
|
REQ_PIPS = ['general.json', 'nova.json']
|
||||||
|
|
||||||
|
|
||||||
class NovaUninstaller(comp.PythonUninstallComponent):
|
class NovaUninstaller(comp.PythonUninstallComponent):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user