summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2012-05-16 09:23:00 -0400
committerDan Prince <dprince@redhat.com>2012-05-16 09:26:49 -0400
commitc7eae70e1fd72eacca36a4baf08325dd00957f2c (patch)
tree7585fc3f4a75716f38fa59b965e5f94844100fca /etc
parent823a114727e514f153b500a16c7cad98253300f5 (diff)
Add s3_listen and s3_listen_port options.
Adds s3_listen and s3_listen_port options to the Nova Objectstore service so that it matches config options from other Nova API services. Fixes LP Bug #1000220. Change-Id: Ie6d89af7fc8de0c5cef846315171d0f9c9e3db35
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/nova.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample
index 02ccf265d..fd259c782 100644
--- a/etc/nova/nova.conf.sample
+++ b/etc/nova/nova.conf.sample
@@ -917,6 +917,10 @@
###### (StrOpt) path to s3 buckets
# buckets_path="$state_path/buckets"
+###### (StrOpt) IP address for S3 API to listen
+# s3_listen="0.0.0.0"
+###### (IntOpt) port for s3 api to listen
+# s3_listen_port=3333
######### defined in nova.rpc.common #########