From 71fd1c47072b12a9c27e792b4312999aca7f34e4 Mon Sep 17 00:00:00 2001 From: Gabriel Assis Bezerra Date: Wed, 30 Apr 2014 13:08:25 -0300 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e3855d38..f9a996e054 100644 --- a/README.md +++ b/README.md @@ -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