Fix keystone installation
Fix the "connection" config syntax Closes-Bug: #1330087 Add missing / at the beginning of the crontab path Closes-Bug: #1330096 Change-Id: I523726af3afcce641f0e19ee629422e925c3461c backport: icehouse
This commit is contained in:
@@ -65,7 +65,7 @@ admin_token = <replaceable>ADMIN_TOKEN</replaceable></programlisting>
|
|||||||
database access:</para>
|
database access:</para>
|
||||||
<programlisting language="ini">[database]
|
<programlisting language="ini">[database]
|
||||||
...
|
...
|
||||||
connection mysql://keystone:<replaceable>KEYSTONE_DBPASS</replaceable>@<replaceable>controller</replaceable>/keystone</programlisting>
|
connection = mysql://keystone:<replaceable>KEYSTONE_DBPASS</replaceable>@<replaceable>controller</replaceable>/keystone</programlisting>
|
||||||
<para>Replace <replaceable>KEYSTONE_DBPASS</replaceable> with
|
<para>Replace <replaceable>KEYSTONE_DBPASS</replaceable> with
|
||||||
the password you chose for the database.</para>
|
the password you chose for the database.</para>
|
||||||
</step>
|
</step>
|
||||||
@@ -215,7 +215,7 @@ log_dir = /var/log/keystone</programlisting>
|
|||||||
file:</para>
|
file:</para>
|
||||||
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>(crontab -l -u keystone 2>&1 | grep -q token_flush) || \
|
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>(crontab -l -u keystone 2>&1 | grep -q token_flush) || \
|
||||||
echo '@hourly /usr/bin/keystone-manage token_flush >/var/log/keystone/keystone-tokenflush.log 2>&1' \
|
echo '@hourly /usr/bin/keystone-manage token_flush >/var/log/keystone/keystone-tokenflush.log 2>&1' \
|
||||||
>> var/spool/cron/crontabs/keystone</userinput></screen>
|
>> /var/spool/cron/crontabs/keystone</userinput></screen>
|
||||||
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>(crontab -l -u keystone 2>&1 | grep -q token_flush) || \
|
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>(crontab -l -u keystone 2>&1 | grep -q token_flush) || \
|
||||||
echo '@hourly /usr/bin/keystone-manage token_flush >/var/log/keystone/keystone-tokenflush.log 2>&1' \
|
echo '@hourly /usr/bin/keystone-manage token_flush >/var/log/keystone/keystone-tokenflush.log 2>&1' \
|
||||||
>> /var/spool/cron/keystone</userinput></screen>
|
>> /var/spool/cron/keystone</userinput></screen>
|
||||||
|
|||||||
Reference in New Issue
Block a user