Add missing hyphen to swift install section

As reported by Alex Roig, the section of the swift install
guide that added the keystone endpoint was missing a hyphen
in the command. This patch adds it.

Change-Id: I8a7bfa43e5dc53d4a9e70e52fa58673e08e584c6
Closes-Bug: 1384174
This commit is contained in:
Tom Fifield 2014-10-22 19:34:27 +08:00
parent ead8bfbd2b
commit bd2aa70f02
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
--publicurl 'http://<replaceable>controller</replaceable>:8080/v1/AUTH_%(tenant_id)s' \
--internalurl 'http://<replaceable>controller</replaceable>:8080/v1/AUTH_%(tenant_id)s' \
--adminurl http://<replaceable>controller</replaceable>:8080 \
-region regionOne</userinput>
--region regionOne</userinput>
<computeroutput>+-------------+---------------------------------------------------+
| Property | Value |
+-------------+---------------------------------------------------+