Further openSUSE instructions

dashboard: Explain database session store is configured by default

heat:
* Fix setup
* openstack-db does not handle heat yet, remove its usage

ceilometer:
* Fix setup
* Fix service startup commands

Fix passwords: it's _PASS for the keystone password and
_DBPASS for the database one.

heat and ceilometer installation has been tested but this does
not work completely yet. Need first a working network install.

Change-Id: I8007b79dd109e7e41aa45735f5044e723604faf9
This commit is contained in:
Andreas Jaeger
2013-10-15 20:24:06 +02:00
parent 27e0735961
commit 2fb1ca4f92
6 changed files with 53 additions and 48 deletions

View File

@@ -21,17 +21,13 @@
<prompt>#</prompt> <userinput>service glance-api restart</userinput></screen>
</step>
<step os="rhel;fedora;centos;opensuse"><para>Start the <systemitem
<step os="rhel;fedora;centos;opensuse"><para>Restart the <systemitem
class="service">glance-api</systemitem> and <systemitem
class="service">glance-registry</systemitem> services and
configure them to start when the system boots.</para>
<screen os="rhel;fedora;centos"><prompt>#</prompt> <userinput>service openstack-glance-api start</userinput>
<prompt>#</prompt> <userinput>service openstack-glance-registry start</userinput>
<prompt>#</prompt> <userinput>chkconfig openstack-glance-api on</userinput>
<prompt>#</prompt> <userinput>chkconfig openstack-glance-registry on</userinput></screen>
<screen os="opensuse"><prompt>#</prompt> <userinput>systemctl start openstack-glance-api.service</userinput>
<prompt>#</prompt> <userinput>systemctl start openstack-glance-registry.service</userinput>
<prompt>#</prompt> <userinput>systemctl enable openstack-glance-api.service</userinput>
<prompt>#</prompt> <userinput>systemctl enable openstack-glance-registry.service</userinput></screen></step>
class="service">glance-registry</systemitem> services.</para>
<screen os="rhel;fedora;centos"><prompt>#</prompt> <userinput>service openstack-glance-api restart</userinput>
<prompt>#</prompt> <userinput>service openstack-glance-registry restart</userinput></screen>
<screen os="opensuse"><prompt>#</prompt> <userinput>systemctl restart openstack-glance-api.service</userinput>
<prompt>#</prompt> <userinput>systemctl restart openstack-glance-registry.service</userinput></screen>
</step>
</procedure>
</section>