[corey.bryant,trivial] Update deploy from source README indentation.

This commit is contained in:
Corey Bryant 2015-04-30 15:55:20 +00:00
parent 4b25e24614
commit 95ae1e48cc

144
README.md
View File

@ -117,13 +117,14 @@ The minimum openstack-origin-git config required to deploy from source is:
openstack-origin-git: include-file://neutron-juno.yaml openstack-origin-git: include-file://neutron-juno.yaml
neutron-juno.yaml neutron-juno.yaml
repositories: -----------------
- {name: requirements, repositories:
repository: 'git://github.com/openstack/requirements', - {name: requirements,
branch: stable/juno} repository: 'git://github.com/openstack/requirements',
- {name: neutron, branch: stable/juno}
repository: 'git://github.com/openstack/neutron', - {name: neutron,
branch: stable/juno} repository: 'git://github.com/openstack/neutron',
branch: stable/juno}
Note that there are only two 'name' values the charm knows about: 'requirements' Note that there are only two 'name' values the charm knows about: 'requirements'
and 'neutron'. These repositories must correspond to these 'name' values. and 'neutron'. These repositories must correspond to these 'name' values.
@ -136,70 +137,71 @@ The following is a full list of current tip repos (may not be up-to-date):
openstack-origin-git: include-file://neutron-master.yaml openstack-origin-git: include-file://neutron-master.yaml
neutron-master.yaml neutron-master.yaml
repositories: -------------------
- {name: requirements, repositories:
repository: 'git://github.com/openstack/requirements', - {name: requirements,
branch: master} repository: 'git://github.com/openstack/requirements',
- {name: oslo-concurrency, branch: master}
repository: 'git://github.com/openstack/oslo.concurrency', - {name: oslo-concurrency,
branch: master} repository: 'git://github.com/openstack/oslo.concurrency',
- {name: oslo-config, branch: master}
repository: 'git://github.com/openstack/oslo.config', - {name: oslo-config,
branch: master} repository: 'git://github.com/openstack/oslo.config',
- {name: oslo-context, branch: master}
repository: 'git://github.com/openstack/oslo.context', - {name: oslo-context,
branch: master} repository: 'git://github.com/openstack/oslo.context',
- {name: oslo-db, branch: master}
repository: 'git://github.com/openstack/oslo.db', - {name: oslo-db,
branch: master} repository: 'git://github.com/openstack/oslo.db',
- {name: oslo-i18n, branch: master}
repository: 'git://github.com/openstack/oslo.i18n', - {name: oslo-i18n,
branch: master} repository: 'git://github.com/openstack/oslo.i18n',
- {name: oslo-messaging, branch: master}
repository: 'git://github.com/openstack/oslo.messaging', - {name: oslo-messaging,
branch: master} repository: 'git://github.com/openstack/oslo.messaging',
- {name: oslo-middleware, branch: master}
repository': 'git://github.com/openstack/oslo.middleware', - {name: oslo-middleware,
branch: master} repository': 'git://github.com/openstack/oslo.middleware',
- {name: oslo-rootwrap', branch: master}
repository: 'git://github.com/openstack/oslo.rootwrap', - {name: oslo-rootwrap',
branch: master} repository: 'git://github.com/openstack/oslo.rootwrap',
- {name: oslo-serialization, branch: master}
repository: 'git://github.com/openstack/oslo.serialization', - {name: oslo-serialization,
branch: master} repository: 'git://github.com/openstack/oslo.serialization',
- {name: oslo-utils, branch: master}
repository: 'git://github.com/openstack/oslo.utils', - {name: oslo-utils,
branch: master} repository: 'git://github.com/openstack/oslo.utils',
- {name: pbr, branch: master}
repository: 'git://github.com/openstack-dev/pbr', - {name: pbr,
branch: master} repository: 'git://github.com/openstack-dev/pbr',
- {name: stevedore, branch: master}
repository: 'git://github.com/openstack/stevedore', - {name: stevedore,
branch: 'master'} repository: 'git://github.com/openstack/stevedore',
- {name: python-keystoneclient, branch: 'master'}
repository: 'git://github.com/openstack/python-keystoneclient', - {name: python-keystoneclient,
branch: master} repository: 'git://github.com/openstack/python-keystoneclient',
- {name: python-neutronclient, branch: master}
repository: 'git://github.com/openstack/python-neutronclient', - {name: python-neutronclient,
branch: master} repository: 'git://github.com/openstack/python-neutronclient',
- {name: python-novaclient, branch: master}
repository': 'git://github.com/openstack/python-novaclient', - {name: python-novaclient,
branch: master} repository': 'git://github.com/openstack/python-novaclient',
- {name: keystonemiddleware, branch: master}
repository: 'git://github.com/openstack/keystonemiddleware', - {name: keystonemiddleware,
branch: master} repository: 'git://github.com/openstack/keystonemiddleware',
- {name: neutron-fwaas, branch: master}
repository': 'git://github.com/openstack/neutron-fwaas', - {name: neutron-fwaas,
branch: master} repository': 'git://github.com/openstack/neutron-fwaas',
- {name: neutron-lbaas, branch: master}
repository: 'git://github.com/openstack/neutron-lbaas', - {name: neutron-lbaas,
branch: master} repository: 'git://github.com/openstack/neutron-lbaas',
- {name: neutron-vpnaas, branch: master}
repository: 'git://github.com/openstack/neutron-vpnaas', - {name: neutron-vpnaas,
branch: master} repository: 'git://github.com/openstack/neutron-vpnaas',
- {name: neutron, branch: master}
repository: 'git://github.com/openstack/neutron', - {name: neutron,
branch: master} repository: 'git://github.com/openstack/neutron',
branch: master}
TODO TODO
---- ----