/usr/lib/python2.6/site-packages/oslo_config/tests/testmods
NameSizeModeActions
bar_foo_opt.py7020644editdlrm
bar_foo_opt.pyc3210644editdlrm
baz_qux_opt.py7110644editdlrm
baz_qux_opt.pyc3210644editdlrm
blaa_opt.py6900644editdlrm
blaa_opt.pyc2950644editdlrm
fbaar_baa_opt.py7150644editdlrm
fbaar_baa_opt.pyc3410644editdlrm
fbar_foo_opt.py7140644editdlrm
fbar_foo_opt.pyc3390644editdlrm
fblaa_opt.py7020644editdlrm
fblaa_opt.pyc3130644editdlrm
__init__.py00644editdlrm
__init__.pyc1590644editdlrm
Edit: /usr/lib/python2.6/site-packages/oslo_config/tests/testmods/fblaa_opt.py (702B)
# Copyright 2012 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. from oslo_config import cfg CONF = cfg.CONF opt = cfg.StrOpt('fblaa') CONF.register_opt(opt)