Skip to content

Commit

Permalink
Remove the workaround of glanceclient issue for jobs against public c…
Browse files Browse the repository at this point in the history
…louds
  • Loading branch information
liusheng committed Aug 14, 2018
1 parent 8813f70 commit f8d370c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions playbooks/ansible-functional-public-clouds/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
- name: Install dependencies
pip: name=python-openstackclient

# workaround bug introduced by https://review.openstack.org/#/c/568698/
- name: Install python-glanceclient 2.11.0 (workaruond)
pip:
name: python-glanceclient
version: 2.11.0

- name: modify run.yml to allow ignoring errors per test case
lineinfile:
path: "{{ sdk_ansible_tests_dirs[os_sdk] }}/run.yml"
Expand Down
1 change: 0 additions & 1 deletion playbooks/packer-functional-public-clouds/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
set -ex
set -o pipefail
pip install python-openstackclient
pip install python-glanceclient==2.11.0
flavor=$(openstack flavor list -f value -c ID -c RAM -c VCPUs --sort-column RAM --sort-column VCPUs | head -n 1 | awk '{print $1}')
network=$(openstack network show openlab-jobs-net -f value -c id)
src_img_name=$(openstack image list |grep -Eo "cirros.*0.4.0.*-disk")
Expand Down

0 comments on commit f8d370c

Please sign in to comment.