Readme fixes
This commit is contained in:
parent
08b92a7317
commit
2f906cb437
22
README.txt
22
README.txt
@ -1,8 +1,6 @@
|
||||
=====================
|
||||
nova-cloud-controller
|
||||
=====================
|
||||
# nova-cloud-controller
|
||||
|
||||
Cloud controller node for Openstack nova. Contains nova-schedule, nova-api, nova-network and nova-objectstore.
|
||||
Cloud controller node for OpenStack nova. Contains nova-schedule, nova-api, nova-network and nova-objectstore.
|
||||
|
||||
The neutron-api interface can be used join this charm with an external neutron-api server. If this is done
|
||||
then this charm will shutdown its neutron-api service and the external charm will be registered as the
|
||||
@ -14,18 +12,14 @@ to the nova-cloud-controller. If running in HA mode then the public vip is used
|
||||
to local. Note: The console access protocol is baked into a guest when it is created, if you change it then
|
||||
console access for existing guests will stop working
|
||||
|
||||
******************************************************
|
||||
Special considerations to be deployed using Postgresql
|
||||
******************************************************
|
||||
**Special considerations to be deployed using Postgresql**
|
||||
|
||||
juju deploy nova-cloud-controller
|
||||
juju deploy postgresql
|
||||
juju deploy nova-cloud-controller
|
||||
juju deploy postgresql
|
||||
juju add-relation "nova-cloud-controller:pgsql-nova-db" "postgresql:db"
|
||||
juju add-relation "nova-cloud-controller:pgsql-neutron-db" "postgresql:db"
|
||||
|
||||
juju add-relation "nova-cloud-controller:pgsql-nova-db" "postgresql:db"
|
||||
juju add-relation "nova-cloud-controller:pgsql-neutron-db" "postgresql:db"
|
||||
|
||||
Deploying from source
|
||||
=====================
|
||||
## Deploying from source
|
||||
|
||||
The minimum openstack-origin-git config required to deploy from source is:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user