Fixed the mistake in zaqar dev-environment

For enabling zaqar server it is written using
enable-service but the correct one is
enable_service

Change-Id: I4ed28a4b92358da11ca6bb3746e8fde68d23f683
Closes-Bug: #1490435
This commit is contained in:
venkatamahesh 2015-08-31 16:04:28 +05:30
parent 779ad06289
commit b807e17f39

View File

@ -171,7 +171,7 @@ environment, you can add it to your DevStack_ deployment.
To do this, you first need to add the following setting
to your local.conf::
enable-service zaqar-server
enable_service zaqar-server
Then run the stack.sh script as usual.