From 06ff802dc975046805f6e6f43df7a4d10ba4e40a Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sat, 22 Aug 2015 21:42:16 +0530 Subject: [PATCH] The address for cloning designate is corrected For cloning designate using https://github.com is easy, so it is changed Change-Id: I2bef6189e316f35cbf63b3c16b0ddb99763b5345 Closes-Bug: #1487684 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccbafb662..3e29324ce 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Designate follows the [OpenStack Gerrit Workflow](http://docs.openstack.org/infr Setup a working environment: ```` -git clone git@github.com:openstack/designate.git +git clone https://github.com/openstack/designate.git cd designate virtualenv .venv . .venv/bin/activate