Skip to content

Commit

Permalink
Adds note for unexplained error messages
Browse files Browse the repository at this point in the history
In the stable/icehouse branch for RHEL-based deployments,
it asked the user to start and enable dbus/messagebus. In
RHEL 7 this is not required as it's out of the box.

As Icehouse standardised on RHEL 6, we should keep it as
it is, but it's confusing if someone's deploying Icehouse
on RHEL 7 based platforms. This patch adds a note to advise.

References https://review.openstack.org/#/c/115753/

Change-Id: Ic16ff621b309aca270bca8bfe833553889a21c3d
  • Loading branch information
Rhys Oxenham committed Aug 21, 2014
1 parent 9d0abbf commit 6692674
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/install-guide/section_nova-compute.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ virt_type = qemu</programlisting>
<prompt>#</prompt> <userinput>chkconfig libvirtd on</userinput>
<prompt>#</prompt> <userinput>chkconfig dbus on</userinput>
<prompt>#</prompt> <userinput>chkconfig openstack-nova-compute on</userinput></screen>
<note>
<para>On RHEL 7.x and derivatives, the dbus/messagebus commands listed above may
cause an error. These errors can be ignored because these services are now enabled by default.</para>
</note>
</step>
</stepalternatives>
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>service libvirtd start</userinput>
Expand Down

0 comments on commit 6692674

Please sign in to comment.