Rework anvil + nova dependencies to accomodate for nova dependencies.
This commit is contained in:
parent
b7d8adb1b6
commit
a847aa600d
@ -417,6 +417,14 @@ components:
|
||||
pips:
|
||||
# Seems for testing only??
|
||||
- name: fixtures
|
||||
# Why is this still needed??
|
||||
- name: Cheetah
|
||||
# This seems to be a core dependency for a 'cas' tool
|
||||
# so don't try to remove it since it will also remove
|
||||
# said 'cas' tool, unfortunately the version of paramiko
|
||||
# installed in rhel uses a old version of crypto which
|
||||
# other components actually can't use. This sucks...
|
||||
- name: paramiko
|
||||
subsystems:
|
||||
compute:
|
||||
packages:
|
||||
|
@ -1,4 +1,7 @@
|
||||
termcolor
|
||||
iniparse
|
||||
hgtools
|
||||
keyring>=0.9.2
|
||||
keyring>=0.9.2
|
||||
# This matches the nova version and doesn't really
|
||||
# need to be a strong dependency for anvil to work..
|
||||
Cheetah==2.4.4
|
||||
|
@ -3,7 +3,6 @@ gcc
|
||||
git
|
||||
pylint
|
||||
python
|
||||
python-cheetah
|
||||
python-iso8601
|
||||
python-netifaces
|
||||
python-ordereddict
|
||||
|
Loading…
x
Reference in New Issue
Block a user