Having tested CLI commands on Windows, update note

* Update note about environment variables for Windows users,
  suggesting Git for Windows with Git Bash as a way to use
  the script as-is on Windows.

Change-Id: I0170c7c28e425e6c7a14de35190df713da862466
This commit is contained in:
Anne Gentle 2016-07-29 13:51:13 -05:00
parent 9c87a52b01
commit 585896fcc2

View File

@ -18,7 +18,11 @@ with the OpenStack services that run in the cloud.
Defining environment variables using an environment file is not a
common practice on Microsoft Windows. Environment variables are
usually defined in the :menuselection:`Advanced > System Properties`
dialog box.
dialog box. One method for using these scripts as-is on Windows is
to install `Git for Windows`_ and using Git Bash to source the environment
variables and to run all CLI commands.
.. _Git for Windows: https://git-for-windows.github.io/
Download and source the OpenStack RC file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~