diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-02-10 21:13:11 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-02-10 21:13:11 +0000 |
| commit | 754320ec661c628d1a7263dc34fd98d6554e652b (patch) | |
| tree | e255c5b2267080eee3dff05e85967f47ebf7e50a /nova/image | |
| parent | f6f8d96b2686733800ffcd804a490f44ea707185 (diff) | |
| parent | d1888a3359345acffd8d0845c137eefd88072112 (diff) | |
Merge "Remove the last of the gflags shim layer"
Diffstat (limited to 'nova/image')
| -rw-r--r-- | nova/image/s3.py | 2 |
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): |
