[corey.bryant,trivial] Fix deploy from source README

This commit is contained in:
Corey Bryant 2015-04-24 14:07:32 +00:00
parent d5a9882b2f
commit 331ccb51aa
1 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@ This charm also supports scale out and high availability using the hacluster cha
The minimum openstack-origin-git config required to deploy from source is: The minimum openstack-origin-git config required to deploy from source is:
openstack-origin-git: openstack-origin-git:
"repositories: "repositories:
- {name: requirements, - {name: requirements,
repository: 'git://git.openstack.org/openstack/requirements', repository: 'git://git.openstack.org/openstack/requirements',
branch: stable/juno} branch: stable/juno}
@ -44,8 +44,8 @@ in the order in which they are specified.
The following is a full list of current tip repos (may not be up-to-date): The following is a full list of current tip repos (may not be up-to-date):
openstack-origin-git: openstack-origin-git:
"repositories: "repositories:
- {name: requirements, - {name: requirements,
repository: 'git://git.openstack.org/openstack/requirements', repository: 'git://git.openstack.org/openstack/requirements',
branch: master} branch: master}