mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
Fixed openstack support for newer versions
This commit is contained in:
parent
def1c59e4c
commit
632bb3e6d4
@ -43,7 +43,7 @@ import hashlib
|
||||
import six
|
||||
|
||||
|
||||
__updated__ = '2017-02-09'
|
||||
__updated__ = '2017-03-21'
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
@ -490,7 +490,7 @@ class Client(object):
|
||||
'server': {
|
||||
'name': name,
|
||||
'imageRef': '',
|
||||
'os-availability-zone': availabilityZone,
|
||||
# 'os-availability-zone': availabilityZone,
|
||||
'availability_zone': availabilityZone,
|
||||
'block_device_mapping_v2': [{
|
||||
'boot_index': '0',
|
||||
|
Loading…
Reference in New Issue
Block a user