Adds missing CONF.import_opt in SSH keys plugin
The "username" option was not imported in the user SSH public keys plugin.
This commit is contained in:
parent
5084e3e3bd
commit
63f22383aa
@ -23,6 +23,7 @@ from cloudbaseinit.osutils import factory as osutils_factory
|
|||||||
from cloudbaseinit.plugins import base
|
from cloudbaseinit.plugins import base
|
||||||
|
|
||||||
CONF = cfg.CONF
|
CONF = cfg.CONF
|
||||||
|
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