From 331e8add4d35d754e2f6e70dfe81fcc4226bfa9c Mon Sep 17 00:00:00 2001 From: Sai Krishna Date: Mon, 9 May 2011 20:27:50 +0530 Subject: Yes, I modified, but I wont commit --- README.md | 5 +++++ etc/keystone.conf | 5 ++--- 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 -- cgit