<div dir="ltr">Andreas reminded me that we need to discuss and agree on the structure of configuration steps after removing the "openstack-config" command from the installation guide. I suggest the following:<div>
<br></div><div>1) Edit the /etc/abc/abc.conf file:</div><div> a) Configure database access in the [database] section:</div><div> [database]</div><div> ...</div><div> connection = mysql://</div><div>
b) Configure RabbitMQ message broker access in the [DEFAULT] section:</div><div> [DEFAULT]</div><div> ...</div><div> rabbit_host = controller</div><div> c) Configure Identity service access in the [keystone_authtoken] section:</div>
<div> [keystone_authtoken]</div><div> ...</div><div> auth_host = controller</div><div><br></div><div>The following patches contain this structure to provide a clearer picture:</div><div><br></div><div>
<a href="https://review.openstack.org/#/c/96059/">https://review.openstack.org/#/c/96059/</a><br></div><div><a href="https://review.openstack.org/#/c/96339/">https://review.openstack.org/#/c/96339/</a><br></div><div><br></div>
<div>Thanks!</div></div>