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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user