From 2b69f23625f988d17574d746773e2932ca109427 Mon Sep 17 00:00:00 2001 From: tanlin Date: Wed, 12 Feb 2014 16:11:32 +0800 Subject: [PATCH] Rename Openstack to OpenStack Change-Id: I78ac040e926ef8040ee674b6fea3223a8ab4ae99 --- openrc | 2 +- tools/create_userrc.sh | 2 +- tools/jenkins/README.md | 2 +- tools/xen/README.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/openrc b/openrc index 784b00e51b..fc066ad82c 100644 --- a/openrc +++ b/openrc @@ -67,7 +67,7 @@ GLANCE_HOST=${GLANCE_HOST:-$HOST_IP} # Identity API version export OS_IDENTITY_API_VERSION=${IDENTITY_API_VERSION:-2.0} -# Authenticating against an Openstack cloud using Keystone returns a **Token** +# Authenticating against an OpenStack cloud using Keystone returns a **Token** # and **Service Catalog**. The catalog contains the endpoints for all services # the user/tenant has access to - including nova, glance, keystone, swift, ... # We currently recommend using the 2.0 *identity api*. diff --git a/tools/create_userrc.sh b/tools/create_userrc.sh index e2d855c4df..1c9565145b 100755 --- a/tools/create_userrc.sh +++ b/tools/create_userrc.sh @@ -199,7 +199,7 @@ export EC2_URL="$EC2_URL" export S3_URL="$S3_URL" # OpenStack USER ID = $user_id export OS_USERNAME="$user_name" -# Openstack Tenant ID = $tenant_id +# OpenStack Tenant ID = $tenant_id export OS_TENANT_NAME="$tenant_name" export OS_AUTH_URL="$OS_AUTH_URL" export OS_CACERT="$OS_CACERT" diff --git a/tools/jenkins/README.md b/tools/jenkins/README.md index 371017db1a..3586da9c66 100644 --- a/tools/jenkins/README.md +++ b/tools/jenkins/README.md @@ -1,6 +1,6 @@ Getting Started With Jenkins and Devstack ========================================= -This little corner of devstack is to show how to get an Openstack jenkins +This little corner of devstack is to show how to get an OpenStack jenkins environment up and running quickly, using the rcb configuration methodology. diff --git a/tools/xen/README.md b/tools/xen/README.md index ee1abcc091..712782bc5f 100644 --- a/tools/xen/README.md +++ b/tools/xen/README.md @@ -1,11 +1,11 @@ # Getting Started With XenServer and Devstack The purpose of the code in this directory it to help developers bootstrap a -XenServer 6.2 (older versions may also work) + Openstack development +XenServer 6.2 (older versions may also work) + OpenStack development environment. This file gives some pointers on how to get started. Xenserver is a Type 1 hypervisor, so it is best installed on bare metal. The -Openstack services are configured to run within a virtual machine (called OS +OpenStack services are configured to run within a virtual machine (called OS domU) on the XenServer host. The VM uses the XAPI toolstack to communicate with the host over a network connection (see `MGT_BRIDGE_OR_NET_NAME`).