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
| ... | ... |
@@ -124,7 +124,7 @@ Apache web server is enabled for wsgi services by setting |
| 124 | 124 |
`APACHE_ENABLED_SERVICES` in your ``localrc`` section. Remember to |
| 125 | 125 |
enable these services at first as above. |
| 126 | 126 |
|
| 127 |
- APACHE_ENABLED_SERVICES+=keystone,swift |
|
| 127 |
+ APACHE_ENABLED_SERVICES+=key,swift |
|
| 128 | 128 |
|
| 129 | 129 |
# Swift |
| 130 | 130 |
|