Rename Openstack to OpenStack

Change-Id: I5ac475b3fc2c72abf9a082b3ee406029082fee87
This commit is contained in:
tanlin 2014-02-13 17:03:24 +08:00
parent e8bd3e6330
commit 066843cb50
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ Requirements
- PC with freshly installed Ubuntu 12.04 to run Trove services. This will be referred to as "local PC"
- Running Openstack Grizzly environment. All of Grizzly's services must be accessible directly from the local PC
- Running OpenStack Grizzly environment. All of Grizzly's services must be accessible directly from the local PC
- AMQP service provided by RabbitMQ
@ -255,6 +255,6 @@ the following lines are added to trove.conf::
where NETWORK_NAME should be replaced with real name of the nova network to which the instance is connected to.
One possible way to find the nova network name is to execute the 'nova list' command. The output will list
all Openstack instances for the tenant, including network information. Look for ::
all OpenStack instances for the tenant, including network information. Look for ::
NETWORK_NAME=IP_ADDRESS

View File

@ -5,7 +5,7 @@ Welcome to Trove's developer documentation!
Introduction
============
Trove is Database as a Service for Openstack. It's designed to run
Trove is Database as a Service for OpenStack. It's designed to run
entirely on OpenStack, with the goal of allowing users to quickly and
easily utilize the features of a relational database without the
burden of handling complex administrative tasks. Cloud users and

View File

@ -1,4 +1,4 @@
#Copyright 2014 Openstack Foundation
#Copyright 2014 OpenStack Foundation
#Licensed under the Apache License, Version 2.0 (the "License");
#you may not use this file except in compliance with the License.