Cleaned up documentation

Added a period at end of sentence
Removed extra white space after the colon
IP used as plural I changed it to IP Addresses.
Originally corrected spelling for "Registring" but then removed
"Delivery and Registring" and changed sentence.

Change-Id: Ia7090824ef6b2e350e2c835e76adab272e116a6f
This commit is contained in:
Shilla Saebi 2013-12-04 21:42:59 -05:00
parent 7546e473b9
commit 944c3ea892

View File

@ -1,7 +1,7 @@
[[s-glance-api]]
==== Highly available OpenStack Image API
OpenStack Image is the Image Delivery and Registring Service in OpenStack.
OpenStack Image Service offers a service for discovering, registering, and retrieving virtual machine images.
Making the OpenStack Image API service highly available in active / passive mode involves
* configuring OpenStack Image to listen on the VIP address,
@ -78,7 +78,7 @@ glance_api_servers = 192.168.42.103
You need also to create the OpenStack Image 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 addresses, you should create two Virtual IP addresses and define your endpoint like this:
----
keystone endpoint-create --region $KEYSTONE_REGION --service-id $service-id --publicurl 'http://PUBLIC_VIP:9292' --adminurl 'http://192.168.42.103:9292' --internalurl 'http://192.168.42.103:9292'
----