summaryrefslogtreecommitdiffstats
path: root/openstack/common/cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/cfg.py')
-rw-r--r--openstack/common/cfg.py4
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',