summaryrefslogtreecommitdiffstats
path: root/nova/image
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-02-10 21:13:11 +0000
committerGerrit Code Review <review@openstack.org>2012-02-10 21:13:11 +0000
commit754320ec661c628d1a7263dc34fd98d6554e652b (patch)
treee255c5b2267080eee3dff05e85967f47ebf7e50a /nova/image
parentf6f8d96b2686733800ffcd804a490f44ea707185 (diff)
parentd1888a3359345acffd8d0845c137eefd88072112 (diff)
Merge "Remove the last of the gflags shim layer"
Diffstat (limited to 'nova/image')
-rw-r--r--nova/image/s3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/image/s3.py b/nova/image/s3.py
index 2be1b5ede..33dfdfff0 100644
--- a/nova/image/s3.py
+++ b/nova/image/s3.py
@@ -55,7 +55,7 @@ s3_opts = [
]
FLAGS = flags.FLAGS
-FLAGS.add_options(s3_opts)
+FLAGS.register_opts(s3_opts)
class S3ImageService(object):