diff --git a/elements/os-svc-install/README.md b/elements/os-svc-install/README.md index b7b6057f3..6f4608953 100644 --- a/elements/os-svc-install/README.md +++ b/elements/os-svc-install/README.md @@ -24,7 +24,7 @@ service will not be started automatically nor can it be manually started. ## example usage ```bash # clone nova, and install it and its dependencies to /opt/stack/venvs/nova -os-svc-install -u nova -r git://git.openstack.org/openstack/nova.git +os-svc-install -u nova -r https://git.openstack.org/openstack/nova.git # install a system-start script for nova-api os-svc-daemon -e 'foo=bar bar=baz' -n nova-api -u nova -c /opt/stack/venvs/nova/bin/nova-api -- --config-dir /etc/nova