Correct swift proxy service name

Swift proxy service is named swift-proxy on ubuntu distribution, and
openstack-swift-proxy on suse and redhat. But there are some places
use incorrect name for service operations, they should be fixed.

Change-Id: I784e2c290833592cda7e1a2de737787fd739baee
Closes-Bug: #1293901
Closes-Bug: #1293907
backport: havana
This commit is contained in:
ZhiQiang Fan 2014-03-18 11:15:37 +08:00
parent fd667ad92e
commit d29fba92ba
2 changed files with 3 additions and 3 deletions

View File

@ -181,7 +181,7 @@ use = egg:swift#healthcheck
</step>
<step os="ubuntu;debian">
<para>Restart the Proxy service:</para>
<screen><prompt>#</prompt> <userinput>service proxy-server restart</userinput></screen>
<screen><prompt>#</prompt> <userinput>service swift-proxy restart</userinput></screen>
</step>
<step os="rhel;centos;fedora;sles;opensuse">
<para>Start the Proxy service and configure it to start when the

View File

@ -39,8 +39,8 @@ pipeline = healthcheck cache authtoken keystoneauth ceilometer proxy-server</pro
</step>
<step>
<para>Restart the service with its new settings:</para>
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>service swift-proxy-server restart</userinput></screen>
<screen os="rhel;fedora;centos;sles;opensuse"><prompt>#</prompt> <userinput>service openstack-swift-proxy-server restart</userinput></screen>
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>service swift-proxy restart</userinput></screen>
<screen os="rhel;fedora;centos;sles;opensuse"><prompt>#</prompt> <userinput>service openstack-swift-proxy restart</userinput></screen>
</step>
</procedure>
</section>