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
This commit is contained in:
venkatamahesh 2015-08-22 21:42:16 +05:30
parent e593741969
commit 06ff802dc9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Designate follows the [OpenStack Gerrit Workflow](http://docs.openstack.org/infr
Setup a working environment: Setup a working environment:
```` ````
git clone git@github.com:openstack/designate.git git clone https://github.com/openstack/designate.git
cd designate cd designate
virtualenv .venv virtualenv .venv
. .venv/bin/activate . .venv/bin/activate