diff options
Diffstat (limited to 'openstack/common/cfg.py')
| -rw-r--r-- | openstack/common/cfg.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/common/cfg.py b/openstack/common/cfg.py index fada0c3..4f76bc7 100644 --- a/openstack/common/cfg.py +++ b/openstack/common/cfg.py @@ -128,8 +128,8 @@ manager e.g.:: Options can be registered as belonging to a group:: - rabbit_group = cfg.OptionGroup(name='rabbit', - title='RabbitMQ options') + rabbit_group = cfg.OptGroup(name='rabbit', + title='RabbitMQ options') rabbit_host_opt = cfg.StrOpt('host', default='localhost', |
