diff --git a/.zuul.yaml b/.zuul.yaml index c48cc682..98bb937f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -16,7 +16,7 @@ timeout: 7200 vars: devstack_plugins: - devstack-plugin-ceph: git://git.openstack.org/openstack/devstack-plugin-ceph + devstack-plugin-ceph: https://git.openstack.org/openstack/devstack-plugin-ceph devstack_localrc: ENABLE_FILE_INJECTION: false TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin' @@ -71,7 +71,7 @@ TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin' ENABLE_VOLUME_MULTIATTACH: false devstack_plugins: - devstack-plugin-ceph: git://git.openstack.org/openstack/devstack-plugin-ceph + devstack-plugin-ceph: https://git.openstack.org/openstack/devstack-plugin-ceph tox_envlist: all tempest_test_regex: | (^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin)) diff --git a/README.md b/README.md index 9c40cde9..ec393807 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This plugin also gets used to configure Ceph as the storage backend for the upst * To get started quickly, just enable the plugin in your ```local.conf```: - ```enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph``` + ```enable_plugin devstack-plugin-ceph https://git.openstack.org/openstack/devstack-plugin-ceph``` Run ```stack.sh``` in your devstack tree and boom! You're good to go.