diff --git a/config/devstack/localrc b/config/devstack/localrc index 48f5cbf7..7ddb9c58 100644 --- a/config/devstack/localrc +++ b/config/devstack/localrc @@ -16,7 +16,7 @@ SWIFT_REPLICAS=1 SWIFT_LOOPBACK_DISK_SIZE=80G # Enable Heat API -enable_plugin heat git://git.openstack.org/openstack/heat +enable_plugin heat https://git.openstack.org/openstack/heat CINDER_SECURE_DELETE=False VOLUME_BACKING_FILE_SIZE=100000M diff --git a/config/nodepool/scripts/gerrit-git-prep.sh b/config/nodepool/scripts/gerrit-git-prep.sh index ab535bde..3338ed5d 100755 --- a/config/nodepool/scripts/gerrit-git-prep.sh +++ b/config/nodepool/scripts/gerrit-git-prep.sh @@ -42,7 +42,7 @@ fi if [ -z "$GIT_ORIGIN" ] || [ -n "$ZUUL_NEWREV" ]; then GIT_ORIGIN="$GERRIT_SITE/p" - # git://git.openstack.org/ + # https://git.openstack.org/ # https://review.openstack.org/p fi