diff --git a/package.json b/package.json index 6ed65be3..d2811213 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Horizon plugin for OpenStack Ironic.", "repository": { "type": "git", - "url": "git://git.openstack.org/openstack/ironic-ui" + "url": "https://git.openstack.org/openstack/ironic-ui" }, "author": "Openstack ", "license": "Apache-2.0", diff --git a/tox.ini b/tox.ini index 4afb6ad3..aa9b907a 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ commands = {posargs} [testenv:py3-dev] basepython = python3 commands = - pip install {env:HORIZON_REPO:git+git://git.openstack.org/openstack/horizon} + pip install {env:HORIZON_REPO:git+https://git.openstack.org/openstack/horizon} {[testenv]commands} [testenv:cover]