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:
parent
527f21c7e7
commit
71fd1c4707
@ -124,7 +124,7 @@ Apache web server is enabled for wsgi services by setting
|
|||||||
`APACHE_ENABLED_SERVICES` in your ``localrc`` section. Remember to
|
`APACHE_ENABLED_SERVICES` in your ``localrc`` section. Remember to
|
||||||
enable these services at first as above.
|
enable these services at first as above.
|
||||||
|
|
||||||
APACHE_ENABLED_SERVICES+=keystone,swift
|
APACHE_ENABLED_SERVICES+=key,swift
|
||||||
|
|
||||||
# Swift
|
# Swift
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user