pushed initial readme
This commit is contained in:
parent
abbe9589ce
commit
5f48dbbc1f
15
README.txt
Normal file
15
README.txt
Normal file
@ -0,0 +1,15 @@
|
||||
=====================
|
||||
nova-cloud-controller
|
||||
=====================
|
||||
|
||||
Cloud controller node for Openstack nova. Contains nova-schedule, nova-api, nova-network and nova-objectstore.
|
||||
|
||||
******************************************************
|
||||
Special considerations to be deployed using 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"
|
Loading…
Reference in New Issue
Block a user