cloudconfig: fix type in key name no_create_home
User cloudconfig plugin had a typo in the key: "no_create_home" Change-Id: Ia8261dfcc8dc5d817d351735c77cc87db76be8f0
This commit is contained in:
parent
072bee9c5d
commit
cae4135e3b
@ -115,7 +115,7 @@ class UsersPlugin(base.BaseCloudConfigPlugin):
|
||||
|
||||
public_keys = item.get('ssh_authorized_keys', [])
|
||||
should_create_home = (public_keys or
|
||||
not item.get('no_create_home ', False))
|
||||
not item.get('no_create_home', False))
|
||||
if user_disabled and should_create_home:
|
||||
raise exception.CloudbaseInitException(
|
||||
"The user is required to be enabled if public_keys "
|
||||
|
Loading…
x
Reference in New Issue
Block a user