diff --git a/doc/source/records/02-api-update/record.json b/doc/source/records/02-api-update/record.json index b9923bb..554d68c 100644 --- a/doc/source/records/02-api-update/record.json +++ b/doc/source/records/02-api-update/record.json @@ -2976,7 +2976,7 @@ ], [ 0.5, - "git clone git://git.openstack.org/openstack/tuning-box.git" + "git clone https://git.openstack.org/openstack/tuning-box.git" ], [ 0.5, diff --git a/doc/source/records/02-api-update/script b/doc/source/records/02-api-update/script index f69bd49..7ad894b 100644 --- a/doc/source/records/02-api-update/script +++ b/doc/source/records/02-api-update/script @@ -1,5 +1,5 @@ yum install git python-pip python-alembic python-flask -git clone git://git.openstack.org/openstack/tuning-box.git +git clone https://git.openstack.org/openstack/tuning-box.git pip install -e tuning-box sudo -u postgres psql -c '\dt' nailgun | grep tuning_box nailgun_syncdb