Merge "Corrects the command in Manage OS services section"

This commit is contained in:
Jenkins
2015-06-23 11:14:17 +00:00
committed by Gerrit Code Review

View File

@@ -15,7 +15,7 @@ HowTo: Manage OpenStack services
::
services=$(curl http://git.openstack.org/cgit/open \
stack/governance/plain/reference/projects.yaml |
stack/governance/plain/reference/projects.yaml | \
egrep -v 'Security|Documentation|Infrastructure' | \
perl -n -e'/^(\w+):$/ && print "openstack-",lc $1,".*\$|",lc $1,".*\$|"')