Merge "Install Guide: Fix database access for Neutron"
This commit is contained in:
commit
bdd87a9717
@ -70,8 +70,11 @@ net.ipv4.conf.default.rp_filter=0</programlisting>
|
||||
<!-- TODO(sross): move this into its own section -->
|
||||
<para>Create a <literal>neutron</literal> database by logging
|
||||
into as root using the password you set earlier:</para>
|
||||
<screen><prompt>#</prompt> <userinput>mysql -u root -p</userinput><prompt>mysql></prompt> <userinput>CREATE DATABASE neutron;</userinput><prompt>mysql></prompt> <userinput>GRANT ALL PRIVILEGES ON neutron.* TO 'neutron'@'localhost' \
|
||||
IDENTIFIED BY '<replaceable>NEUTRON_DBPASS</replaceable>';</userinput><prompt>mysql></prompt> <userinput>GRANT ALL PRIVILEGES ON keystone.* TO 'neutron'@'%' \
|
||||
<screen><prompt>#</prompt> <userinput>mysql -u root -p</userinput>
|
||||
<prompt>mysql></prompt> <userinput>CREATE DATABASE neutron;</userinput>
|
||||
<prompt>mysql></prompt> <userinput>GRANT ALL PRIVILEGES ON neutron.* TO 'neutron'@'localhost' \
|
||||
IDENTIFIED BY '<replaceable>NEUTRON_DBPASS</replaceable>';</userinput>
|
||||
<prompt>mysql></prompt> <userinput>GRANT ALL PRIVILEGES ON neutron.* TO 'neutron'@'%' \
|
||||
IDENTIFIED BY '<replaceable>NEUTRON_DBPASS</replaceable>';</userinput></screen>
|
||||
</step>
|
||||
<step>
|
||||
|
Loading…
x
Reference in New Issue
Block a user