Adds missing CONF.import_opt in password plugin
The "username" option was not imported in the password plugin.
This commit is contained in:
parent
14fca5ca4e
commit
5084e3e3bd
@ -32,6 +32,7 @@ opts = [
|
|||||||
|
|
||||||
CONF = cfg.CONF
|
CONF = cfg.CONF
|
||||||
CONF.register_opts(opts)
|
CONF.register_opts(opts)
|
||||||
|
CONF.import_opt('username', 'cloudbaseinit.plugins.windows.createuser')
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user