Skip to content

Commit

Permalink
Merge pull request apache#170 from hongbin/revert-159-gophercloud
Browse files Browse the repository at this point in the history
Revert "Enable Octavia in gophercloud jobs"
  • Loading branch information
liusheng authored Apr 25, 2018
2 parents 6eb91dc + 4b477ba commit e319fcf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions playbooks/gophercloud-acceptance-test/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- 'manila'
- 'designate'
- 'zun'
- 'lbaas'
- install-devstack
tasks:
- name: Run acceptance tests with gophercloud
Expand Down Expand Up @@ -50,7 +49,6 @@
go test -v -tags "fixtures acceptance" ./acceptance/openstack/networking/v2/
go test -v -tags "fixtures acceptance" ./acceptance/openstack/blockstorage/v2/
go test -v -tags "fixtures acceptance" -run "SecGroup|Flavor" ./acceptance/openstack/compute/v2/
go test -v -tags "fixtures acceptance" ./acceptance/openstack/loadbalancer/v2/
# To enable more after the fix of https://github.com/gophercloud/gophercloud/issues/608
# go test -v -tags "fixtures acceptance" ./acceptance/openstack/imageservice/v2/
# go test -v -tags "fixtures acceptance" ./acceptance/openstack/identity/v2/
Expand Down
4 changes: 0 additions & 4 deletions roles/install-devstack/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
export PROJECTS="openstack/devstack-plugin-container $PROJECTS"
export PROJECTS="openstack/kuryr-libnetwork $PROJECTS"
export PROJECTS="openstack/zun openstack/zun-tempest-plugin $PROJECTS"
export PROJECTS="openstack/diskimage-builder $PROJECTS"
export PROJECTS="openstack/tripleo-image-elements $PROJECTS"
export PROJECTS="openstack/neutron-lbaas $PROJECTS"
export PROJECTS="openstack/octavia python-octaviaclient $PROJECTS"
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
Expand Down

0 comments on commit e319fcf

Please sign in to comment.