Corrects the command in Manage OS services section
This patch adds a missing backslash to the command to Stop or start OpenStack services. Closes-Bug: #1467813 Change-Id: Ic43ee73444da76b48e902676cd5cbcff5cfab70c
This commit is contained in:
@@ -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,".*\$|"')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user