Fix IP address of controller
Controller has IP address 10.0.0.11, fix mysql setup to use this IP address. Change-Id: Ia152dd27a01b97e1991dca2e9485a1669061d7b4 Closes-Bug: #1305319
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
nodes via the management network:</para>
|
nodes via the management network:</para>
|
||||||
<programlisting>[mysqld]
|
<programlisting>[mysqld]
|
||||||
...
|
...
|
||||||
bind-address = 192.168.0.10</programlisting>
|
bind-address = 10.0.0.11</programlisting>
|
||||||
</step>
|
</step>
|
||||||
<step>
|
<step>
|
||||||
<para>Under the <literal>[mysqld]</literal> section, set the
|
<para>Under the <literal>[mysqld]</literal> section, set the
|
||||||
|
Reference in New Issue
Block a user