summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSoren Hansen <soren.hansen@rackspace.com>2010-07-17 23:04:46 -0700
committerSoren Hansen <soren.hansen@rackspace.com>2010-07-17 23:04:46 -0700
commit2d5124c3f2c6e4e78dc09eb8f38cb125641b9b1c (patch)
treea207db163ce38ece237ec21f0f544906c48446fc /bin
parent9e023095e303f096ac0d2914ed427d2a37d1444d (diff)
downloadnova-2d5124c3f2c6e4e78dc09eb8f38cb125641b9b1c.tar.gz
nova-2d5124c3f2c6e4e78dc09eb8f38cb125641b9b1c.tar.xz
nova-2d5124c3f2c6e4e78dc09eb8f38cb125641b9b1c.zip
Remove s3_internal_port setting.
Objectstore should be able to handle the beatings now. As such, nginx is no longer needed, so it's removed from the dependencies and the configuration files are removed.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nova-objectstore2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-objectstore b/bin/nova-objectstore
index 5ac911f09..9385fd299 100755
--- a/bin/nova-objectstore
+++ b/bin/nova-objectstore
@@ -35,7 +35,7 @@ FLAGS = flags.FLAGS
def main():
# FIXME: if this log statement isn't here, no logging
# appears from other files and app won't start daemonized
- logging.debug('Started HTTP server on %s' % (FLAGS.s3_internal_port))
+ logging.debug('Started HTTP server on %s' % (FLAGS.s3_port))
app = handler.get_application()
print app
return app