Merge "Use replaceable for controller and PASS"
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<literal><replaceable>KEYSTONE_DBPASS</replaceable></literal>
|
||||
with a suitable password for the database user.</para>
|
||||
<screen os="rhel;centos;fedora;opensuse;sles"><prompt>#</prompt> <userinput>openstack-config --set /etc/keystone/keystone.conf \
|
||||
database connection mysql://keystone:<replaceable>KEYSTONE_DBPASS</replaceable>@controller/keystone</userinput></screen>
|
||||
database connection mysql://keystone:<replaceable>KEYSTONE_DBPASS</replaceable>@<replaceable>controller</replaceable>/keystone</userinput></screen>
|
||||
<para os="ubuntu">Edit
|
||||
<filename>/etc/keystone/keystone.conf</filename> and change
|
||||
the <literal>[database]</literal> section.</para>
|
||||
@@ -35,7 +35,7 @@
|
||||
...
|
||||
[database]
|
||||
# The SQLAlchemy connection string used to connect to the database
|
||||
connection = mysql://keystone:KEYSTONE_DBPASS@controller/keystone
|
||||
connection = mysql://keystone:<replaceable>KEYSTONE_DBPASS</replaceable>@<replaceable>controller</replaceable>/keystone
|
||||
...
|
||||
</programlisting>
|
||||
</step>
|
||||
|
Reference in New Issue
Block a user