diff options
author | liyuenan <liyuenan@huawei.com> | 2017-01-18 18:05:27 +0800 |
---|---|---|
committer | liyuenan <liyuenan@huawei.com> | 2017-01-25 12:37:20 +0800 |
commit | 7173757a6190f4528d36053d82467c74dbf16b3f (patch) | |
tree | bfed2b845188bf51891f6397b3fbd3afbd566fea /repo | |
parent | d001a27936a5d55cda2d8ca0849f30a8bd1c0b3d (diff) |
Ansible Module substitute for Shell Commands
JIRA: COMPASS-520
After update ansible version to v3, keystone_user module only support v2 API.
So we use Shell Commands now, but it will failed with high probability.
Those Shell Commands should be instead by ansible modules to manage Identity users,
projects or some other work like crate networks.
Change-Id: I63d38b4a811a9c063ac4404da72787f594411b53
Signed-off-by: liyuenan <liyuenan@huawei.com>
Diffstat (limited to 'repo')
-rw-r--r-- | repo/pip/extra-requirement-tar.txt | 1 | ||||
-rw-r--r-- | repo/pip/extra-requirement-wheel.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/repo/pip/extra-requirement-tar.txt b/repo/pip/extra-requirement-tar.txt index a13c1305..6d70d563 100644 --- a/repo/pip/extra-requirement-tar.txt +++ b/repo/pip/extra-requirement-tar.txt @@ -2,3 +2,4 @@ # download format tar.gz networking-odl==3.2.0 +pymongo==3.0.3 diff --git a/repo/pip/extra-requirement-wheel.txt b/repo/pip/extra-requirement-wheel.txt index 5cdc6469..50a64fc3 100644 --- a/repo/pip/extra-requirement-wheel.txt +++ b/repo/pip/extra-requirement-wheel.txt @@ -9,3 +9,4 @@ yang2tosca==0.13 python-keyczar==0.715 crudini==0.7 pexpect==3.3 +shade==1.14.1 |