Merge "sample: remove deprecated option name."

This commit is contained in:
Jenkins
2016-02-09 10:37:25 +00:00
committed by Gerrit Code Review

View File

@@ -32,7 +32,6 @@ from oslo_config import cfg
OPTS = [
cfg.StrOpt('sample_source',
default='openstack',
deprecated_name='counter_source',
help='Source for samples emitted on this instance.'),
]