mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Use __opts__ not self.opts
This commit is contained in:
parent
5bf75c3e43
commit
8c9d5d16ed
@ -1753,7 +1753,7 @@ def create(vm_=None, call=None):
|
||||
salt.config.get_cloud_config_value(
|
||||
'keysize',
|
||||
vm_,
|
||||
self.opts
|
||||
__opts__
|
||||
)
|
||||
)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user