mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-24 21:34:01 +03:00
Fix typo in managament_endpoint Azure
This commit is contained in:
parent
ee14b1a4a9
commit
0060651c4e
@ -7,7 +7,7 @@ regions:
|
||||
# http://azure.microsoft.com/en-us/documentation/articles/linux-use-ssh-key/
|
||||
pem_management_cert:
|
||||
subscription_id:
|
||||
managament_endpoint:
|
||||
management_endpoint:
|
||||
capacity:
|
||||
Small: 5
|
||||
Medium: 1
|
||||
@ -16,7 +16,7 @@ regions:
|
||||
region_name: "West Europe"
|
||||
pem_management_cert:
|
||||
subscription_id:
|
||||
managament_endpoint:
|
||||
management_endpoint:
|
||||
capacity:
|
||||
Small: 5
|
||||
Medium: 1
|
||||
@ -25,7 +25,7 @@ regions:
|
||||
region_name: "North Europe"
|
||||
pem_management_cert:
|
||||
subscription_id:
|
||||
managament_endpoint:
|
||||
management_endpoint:
|
||||
capacity:
|
||||
Small:
|
||||
Medium:
|
||||
@ -34,7 +34,7 @@ regions:
|
||||
region_name: "East US"
|
||||
pem_management_cert:
|
||||
subscription_id:
|
||||
managament_endpoint:
|
||||
management_endpoint:
|
||||
capacity:
|
||||
Small:
|
||||
Medium:
|
||||
@ -43,7 +43,7 @@ regions:
|
||||
region_name: "South Central US"
|
||||
pem_management_cert:
|
||||
subscription_id:
|
||||
managament_endpoint:
|
||||
management_endpoint:
|
||||
capacity:
|
||||
Small:
|
||||
Medium:
|
||||
@ -52,7 +52,7 @@ regions:
|
||||
region_name: "West US"
|
||||
pem_management_cert:
|
||||
subscription_id:
|
||||
managament_endpoint:
|
||||
management_endpoint:
|
||||
capacity:
|
||||
Small:
|
||||
Medium:
|
||||
@ -61,7 +61,7 @@ regions:
|
||||
region_name: "East Asia"
|
||||
pem_management_cert:
|
||||
subscription_id:
|
||||
managament_endpoint:
|
||||
management_endpoint:
|
||||
capacity:
|
||||
Small:
|
||||
Medium:
|
||||
@ -70,7 +70,7 @@ regions:
|
||||
region_name: "Southeast Asia"
|
||||
pem_management_cert:
|
||||
subscription_id:
|
||||
managament_endpoint:
|
||||
management_endpoint:
|
||||
capacity:
|
||||
Small:
|
||||
Medium:
|
||||
@ -79,7 +79,7 @@ regions:
|
||||
region_name: "Japan West"
|
||||
pem_management_cert:
|
||||
subscription_id:
|
||||
managament_endpoint:
|
||||
management_endpoint:
|
||||
capacity:
|
||||
Small:
|
||||
Medium:
|
||||
@ -88,7 +88,7 @@ regions:
|
||||
region_name: "Brazil South"
|
||||
pem_management_cert:
|
||||
subscription_id:
|
||||
managament_endpoint:
|
||||
management_endpoint:
|
||||
capacity:
|
||||
Small:
|
||||
Medium:
|
||||
|
@ -153,8 +153,8 @@ class AzureDriver
|
||||
end
|
||||
|
||||
# Set default endpoint if not declared
|
||||
if @region['managment_endpoint'].nil?
|
||||
@region['managment_endpoint']="https://management.core.windows.net"
|
||||
if @region['management_endpoint'].nil?
|
||||
@region['management_endpoint']="https://management.core.windows.net"
|
||||
end
|
||||
|
||||
Azure.configure do |config|
|
||||
|
Loading…
Reference in New Issue
Block a user