install: suse: Update neutron service name

Update the service names under neutron section. For suse based releases
the packages are named as 'openstack-$project-*.service'

Change-Id: I1b6ae0ae2ef39d50a89813930d4eda587c346808
This commit is contained in:
Pranav Salunke 2015-05-11 17:21:19 +02:00 committed by Andreas Jaeger
parent 40fded4f76
commit f1324d73f1
3 changed files with 29 additions and 3 deletions

View File

@ -311,11 +311,17 @@ admin_password = <replaceable>NEUTRON_PASS</replaceable></programlisting>
<screen os="rhel;centos;fedora;opensuse;sles"><prompt>#</prompt> <userinput>systemctl restart openstack-nova-compute.service</userinput></screen>
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>service nova-compute restart</userinput></screen>
</step>
<step os="rhel;centos;fedora;sles;opensuse">
<step os="rhel;centos;fedora">
<para>Start the Open vSwitch (OVS) agent and configure it to
start when the system boots:</para>
<screen><prompt>#</prompt> <userinput>systemctl enable neutron-openvswitch-agent.service</userinput>
<prompt>#</prompt> <userinput>systemctl start neutron-openvswitch-agent.service</userinput></screen>
</step>
<step os="sles;opensuse">
<para>Start the Open vSwitch (OVS) agent and configure it to
start when the system boots:</para>
<screen><prompt>#</prompt> <userinput>systemctl enable openstack-neutron-openvswitch-agent.service</userinput>
<prompt>#</prompt> <userinput>systemctl start openstack-neutron-openvswitch-agent.service</userinput></screen>
</step>
<step os="ubuntu;debian">
<para>Restart the Open vSwitch (OVS) agent:</para>

View File

@ -405,11 +405,17 @@ admin_password = <replaceable>NEUTRON_PASS</replaceable></programlisting>
openstack-nova-conductor.service</userinput></screen>
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>service nova-api restart</userinput></screen>
</step>
<step os="rhel;centos;fedora;sles;opensuse">
<step os="rhel;centos;fedora">
<para>Start the Networking service and configure it to start when the
system boots:</para>
<screen><prompt>#</prompt> <userinput>systemctl enable neutron-server.service</userinput>
<prompt>#</prompt> <userinput>systemctl start neutron-server.service</userinput></screen>
</step>
<step os="sles;opensuse">
<para>Start the Networking service and configure it to start when the
system boots:</para>
<screen><prompt>#</prompt> <userinput>systemctl enable openstack-neutron.service</userinput>
<prompt>#</prompt> <userinput>systemctl start openstack-neutron.service</userinput></screen>
</step>
<step os="ubuntu;debian">
<para>Restart the Networking service:</para>

View File

@ -512,7 +512,7 @@ metadata_proxy_shared_secret = <replaceable>METADATA_SECRET</replaceable></progr
following:</para>
<programlisting>NEUTRON_PLUGIN_CONF="/etc/neutron/plugins/ml2/ml2_conf.ini"</programlisting>
</step>
<step os="rhel;centos;fedora;sles;opensuse">
<step os="rhel;centos;fedora">
<para>Start the Networking services and configure them to start
when the system boots:</para>
<screen><prompt>#</prompt> <userinput>systemctl enable neutron-openvswitch-agent.service neutron-l3-agent.service \
@ -526,6 +526,20 @@ metadata_proxy_shared_secret = <replaceable>METADATA_SECRET</replaceable></progr
service.</para>
</note>
</step>
<step os="sles;opensuse">
<para>Start the Networking services and configure them to start
when the system boots:</para>
<screen><prompt>#</prompt> <userinput>systemctl enable openstack-neutron-openvswitch-agent.service openstack-neutron-l3-agent.service \
openstack-neutron-dhcp-agent.service openstack-neutron-metadata-agent.service \
openstack-neutron-ovs-cleanup.service</userinput>
<prompt>#</prompt> <userinput>systemctl start openstack-neutron-openvswitch-agent.service openstack-neutron-l3-agent.service \
openstack-neutron-dhcp-agent.service openstack-neutron-metadata-agent.service</userinput></screen>
<note>
<para>Do not explicitly start the
<systemitem class="service">neutron-ovs-cleanup</systemitem>
service.</para>
</note>
</step>
<step os="ubuntu;debian">
<para>Restart the Networking services:</para>
<screen><prompt>#</prompt> <userinput>service neutron-plugin-openvswitch-agent restart</userinput>