summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
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 /nova/flags.py
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 'nova/flags.py')
-rw-r--r--nova/flags.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/flags.py b/nova/flags.py
index 22e00a44a..ae8bf98f7 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -37,7 +37,6 @@ DEFINE_bool = DEFINE_bool
# http://code.google.com/p/python-gflags/source/browse/trunk/gflags.py#39
DEFINE_integer('s3_port', 3333, 's3 port')
-DEFINE_integer('s3_internal_port', 3334, 's3 port')
DEFINE_string('s3_host', '127.0.0.1', 's3 host')
#DEFINE_string('cloud_topic', 'cloud', 'the topic clouds listen on')
DEFINE_string('compute_topic', 'compute', 'the topic compute nodes listen on')