cleanup ap-cinder-api_txt
removed space removed space datas changed to data, no plural needed changed IPs to plural removed space Change-Id: Ia52fec57eb69ff55e7c1bbad3d3a3ce244af7597
This commit is contained in:
parent
88d7e271cd
commit
1fe4cc6c81
@ -47,7 +47,7 @@ service, and its dependent resources, on one of your nodes.
|
|||||||
|
|
||||||
Edit +/etc/cinder/cinder.conf+:
|
Edit +/etc/cinder/cinder.conf+:
|
||||||
----
|
----
|
||||||
# We have to use MySQL connection to store datas :
|
# We have to use MySQL connection to store data:
|
||||||
sql_connection=mysql://cinder:password@192.168.42.101/cinder
|
sql_connection=mysql://cinder:password@192.168.42.101/cinder
|
||||||
|
|
||||||
# We bind Cinder API to the VIP :
|
# We bind Cinder API to the VIP :
|
||||||
@ -67,7 +67,7 @@ Cinder API server's physical IP address as you normally would.
|
|||||||
|
|
||||||
You need to create the Cinder API Endpoint with this IP.
|
You need to create the Cinder API Endpoint with this IP.
|
||||||
|
|
||||||
NOTE : If you are using both private and public IP, you should create two Virtual IP and define your endpoint like this :
|
NOTE: If you are using both private and public IP, you should create two Virtual IPs and define your endpoint like this:
|
||||||
----
|
----
|
||||||
keystone endpoint-create --region $KEYSTONE_REGION --service-id $service-id --publicurl 'http://PUBLIC_VIP:8776/v1/%(tenant_id)s' --adminurl 'http://192.168.42.103:8776/v1/%(tenant_id)s' --internalurl 'http://192.168.42.103:8776/v1/%(tenant_id)s'
|
keystone endpoint-create --region $KEYSTONE_REGION --service-id $service-id --publicurl 'http://PUBLIC_VIP:8776/v1/%(tenant_id)s' --adminurl 'http://192.168.42.103:8776/v1/%(tenant_id)s' --internalurl 'http://192.168.42.103:8776/v1/%(tenant_id)s'
|
||||||
----
|
----
|
||||||
|
Loading…
Reference in New Issue
Block a user