Skip to content

Commit b968b0c

Browse files
Fix comments to use 'local.conf' instead of 'localrc'
Instead of 'localrc', 'local.conf' should be used. Example codes to enable neutron also should follow local.conf syntax. Change-Id: I4f4c03fdbf0f612e5b518177b29669fb202d9f7a Closes-Bug: #1407391
1 parent 29e34f7 commit b968b0c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

stackrc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ REGION_NAME=${REGION_NAME:-RegionOne}
3333
# For example, to enable Swift add this to ``local.conf``:
3434
# enable_service s-proxy s-object s-container s-account
3535
# In order to enable Neutron (a single node setup) add the following
36-
# settings in `` localrc``:
36+
# settings in ``local.conf``:
37+
# [[local|localrc]]
3738
# disable_service n-net
3839
# enable_service q-svc
3940
# enable_service q-agt
@@ -529,8 +530,8 @@ CIRROS_VERSION=${CIRROS_VERSION:-"0.3.2"}
529530
CIRROS_ARCH=${CIRROS_ARCH:-"x86_64"}
530531

531532
# Set default image based on ``VIRT_DRIVER`` and ``LIBVIRT_TYPE``, either of
532-
# which may be set in ``localrc``. Also allow ``DEFAULT_IMAGE_NAME`` and
533-
# ``IMAGE_URLS`` to be set directly in ``localrc``.
533+
# which may be set in ``local.conf``. Also allow ``DEFAULT_IMAGE_NAME`` and
534+
# ``IMAGE_URLS`` to be set in the `localrc` section of ``local.conf``.
534535
case "$VIRT_DRIVER" in
535536
openvz)
536537
DEFAULT_IMAGE_NAME=${DEFAULT_IMAGE_NAME:-ubuntu-12.04-x86_64}

0 commit comments

Comments
 (0)