Fixes README.md on APACHE_ENABLED_SERVICES=keystone

The documentation stated that, to enable Keystone running on Apache,
one should set:
APACHE_ENABLED_SERVICES+=keystone,swift

However, it actually works with:
APACHE_ENABLED_SERVICES+=key,swift

Change-Id: I8cc92e9426d7fc3117b30df01babdb50576328af
Closes-bug: #1311461
This commit is contained in:
Gabriel Assis Bezerra 2014-04-30 13:08:25 -03:00
parent 527f21c7e7
commit 71fd1c4707

View File

@ -124,7 +124,7 @@ Apache web server is enabled for wsgi services by setting
`APACHE_ENABLED_SERVICES` in your ``localrc`` section. Remember to
enable these services at first as above.
APACHE_ENABLED_SERVICES+=keystone,swift
APACHE_ENABLED_SERVICES+=key,swift
# Swift