From 06a28c9ac1a5b5a600737b1290778732e24b30c7 Mon Sep 17 00:00:00 2001 From: Borne Mace Date: Tue, 25 Aug 2015 10:41:37 -0700 Subject: [PATCH] changed inventory path. updated required package versions. --- kollacli/ansible/inventory.py | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kollacli/ansible/inventory.py b/kollacli/ansible/inventory.py index cc2a575..f82d338 100644 --- a/kollacli/ansible/inventory.py +++ b/kollacli/ansible/inventory.py @@ -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' diff --git a/requirements.txt b/requirements.txt index 5055b1f..bf7ce90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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