changed inventory path. updated required package versions.

This commit is contained in:
Borne Mace 2015-08-25 10:41:37 -07:00
parent c54a9e4be6
commit 06a28c9ac1
2 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ ANSIBLE_SSH_USER = 'ansible_ssh_user'
ANSIBLE_CONNECTION = 'ansible_connection'
ANSIBLE_BECOME = 'ansible_become'
INVENTORY_PATH = 'ansible/inventory/inventory.json'
INVENTORY_PATH = 'ansible/inventory.json'
COMPUTE_GRP_NAME = 'compute'
CONTROL_GRP_NAME = 'control'

View File

@ -1,11 +1,11 @@
Babel>=1.3
cliff>=1.10.0 # Apache-2.0
cliff-tablib>=1.1
docker-py>=1.3
docker-py>=1.3.1
jsonpickle>=0.9
oslo.i18n>=1.5.0 # Apache-2.0
paramiko
pbr>=0.10,<2.0
oslo.i18n>=1.3.0 # Apache-2.0
paramiko>=1.15
pbr>=0.10
pexpect
PyYAML
six>=1.9.0