Use local.conf instead of localrc in devstack doc

The plugin.sh file contained a reference to the localrc configuration
file, but devstack is now configured by a local.conf file.

Change-Id: I37a73b9ef1dc1f8f1a6f640f65240997e132e9fd
This commit is contained in:
Guillaume Espanel
2016-08-24 12:15:13 +02:00
parent 59ce21c3c1
commit d6b61b97b7

View File

@@ -3,7 +3,7 @@
# To enable a minimal set of CloudKitty services:
# - enable Ceilometer ;
# - add the following to localrc:
# - add the following to the [[local|localrc]] section in the local.conf file:
#
# enable_service ck-api ck-proc
#