diff options
Diffstat (limited to 'openstack/common/rpc/matchmaker.py')
-rw-r--r-- | openstack/common/rpc/matchmaker.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/common/rpc/matchmaker.py b/openstack/common/rpc/matchmaker.py index 4da1dcd..34a9ae4 100644 --- a/openstack/common/rpc/matchmaker.py +++ b/openstack/common/rpc/matchmaker.py @@ -29,8 +29,8 @@ from openstack.common import cfg matchmaker_opts = [ # Matchmaker ring file cfg.StrOpt('matchmaker_ringfile', - default='/etc/nova/matchmaker_ring.json', - help='Matchmaker ring file (JSON)'), + default='/etc/nova/matchmaker_ring.json', + help='Matchmaker ring file (JSON)'), ] CONF = cfg.CONF |