Skip to content

Commit

Permalink
qa/workunits/rbd: use https protocol for devstack git operations
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/39656
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
  • Loading branch information
Jason Dillaman committed May 10, 2019
1 parent 475a5b7 commit fb4f9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/workunits/rbd/run_devstack_tempest.sh
Expand Up @@ -88,8 +88,8 @@ CINDER_ENABLED_BACKENDS=ceph:ceph
TEMPEST_STORAGE_PROTOCOL=ceph
REMOTE_CEPH=True
enable_plugin devstack-plugin-mariadb git://github.com/openstack/devstack-plugin-mariadb
enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph
enable_plugin devstack-plugin-mariadb https://github.com/openstack/devstack-plugin-mariadb
enable_plugin devstack-plugin-ceph https://git.openstack.org/openstack/devstack-plugin-ceph
EOF

cat<<EOF > ${STACK_HOME_PATH}/start.sh
Expand Down

0 comments on commit fb4f9a8

Please sign in to comment.