Rename Openstack to OpenStack

Change-Id: I2acf5de3b531313e1ca75a043c0fa5ca942db564
This commit is contained in:
tanlin 2014-02-13 16:27:20 +08:00
parent 6fd213cc46
commit edcb9dbb37
1 changed files with 3 additions and 3 deletions

View File

@ -25,12 +25,12 @@ import install_venv_common as install_venv # noqa
def print_help(venv, root):
help = """
Openstack development environment setup is complete.
OpenStack development environment setup is complete.
Openstack development uses virtualenv to track and manage Python
OpenStack development uses virtualenv to track and manage Python
dependencies while in development and testing.
To activate the Openstack virtualenv for the extent of your current shell
To activate the OpenStack virtualenv for the extent of your current shell
session you can run:
$ source %s/bin/activate