summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/keystone1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/keystone b/bin/keystone
index 75663d1b..f353e8f9 100755
--- a/bin/keystone
+++ b/bin/keystone
@@ -30,4 +30,5 @@ if __name__ == '__main__':
app = deploy.loadapp('config:%s' % conf)
server = wsgi.Server()
server.start(app, int(app.options['public_port']))
+ server.start(app, int(app.options['admin_port']))
server.wait()