diff options
| author | Sai Krishna <saikrishna1511@gmail.com> | 2011-05-09 20:27:50 +0530 |
|---|---|---|
| committer | Sai Krishna <saikrishna1511@gmail.com> | 2011-05-09 20:27:50 +0530 |
| commit | 331e8add4d35d754e2f6e70dfe81fcc4226bfa9c (patch) | |
| tree | 2c18eaeb1ffc305d906b00e4a0ba25f0dfe221a5 | |
| parent | 0445554a1f1cf45bf8c3633c001fc290e30aba98 (diff) | |
| download | keystone-331e8add4d35d754e2f6e70dfe81fcc4226bfa9c.tar.gz keystone-331e8add4d35d754e2f6e70dfe81fcc4226bfa9c.tar.xz keystone-331e8add4d35d754e2f6e70dfe81fcc4226bfa9c.zip | |
Yes, I modified, but I wont commit
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | etc/keystone.conf | 5 |
2 files changed, 7 insertions, 3 deletions
@@ -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 |
