diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2016-04-25 21:24:40 -0400 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2016-04-28 09:17:09 +0000 |
commit | 2e8b51173b5c85ae2a5f19d803db0b7390fc2819 (patch) | |
tree | a06053492cb05d8e19bcec802627e1b15d6aff44 /deploy/adapters | |
parent | 2bc92249007147f811fdf7c7d282b20bed1d69ec (diff) |
FIX:make repo fail due to incorrect cheetah template
JIRA:COMPASS-378
Change-Id: I7cb9243b8fe5dc6d134b2323db0d33f0abf92ed3
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'deploy/adapters')
-rw-r--r-- | deploy/adapters/ansible/roles/common/vars/Debian.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/adapters/ansible/roles/common/vars/Debian.yml b/deploy/adapters/ansible/roles/common/vars/Debian.yml index 71218186..1d7972eb 100644 --- a/deploy/adapters/ansible/roles/common/vars/Debian.yml +++ b/deploy/adapters/ansible/roles/common/vars/Debian.yml @@ -9,13 +9,13 @@ --- packages: - ubuntu-cloud-keyring - #- python-dev + - python-dev - openvswitch-datapath-dkms - openvswitch-switch - python-memcache - python-iniparse - python-lxml - - python-d* #TODO, need remove + #- python-d* #TODO, need remove pip_packages: - crudini |