summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--etc/keystone.conf5
2 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index fa925ac4..cb26a947 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,11 @@ INSTALLING KEYSTONE:
$ sudo python setup.py install
+RUNNING KEYSTONE (Eventlet Server):
+-----------------------------------
+ sudo keystone (start|stop|restart)
+
+
INSTALLING TEST SERVICE:
------------------------
diff --git a/etc/keystone.conf b/etc/keystone.conf
index c85fd25a..f7c50bbb 100644
--- a/etc/keystone.conf
+++ b/etc/keystone.conf
@@ -17,7 +17,7 @@ default_store = file
bind_host = 0.0.0.0
# Port the bind the API server to
-bind_port = 8080
+bind_port = 8900
# Address to find the registry server
registry_host = 0.0.0.0
@@ -27,5 +27,4 @@ registry_port = 9191
# Log to this file. Make sure you do not set the same log
# file for both the API and registry servers!
-
-
+log_file = /var/log/keystone.log