1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

F #5189 Added azure creation host help

This commit is contained in:
semedi 2017-07-14 09:39:49 +02:00
parent 589d7a1230
commit 046e5bbc80

View File

@ -48,20 +48,23 @@ class OneHostHelper < OpenNebulaHelper::OneHelper
#-----------------------------------------------------------------------
# Supported AZURE AUTH ATTRIBUTTES:
#
# AZ_ID = <azure classic id>
# AZ_CERT = <azure classic certificate>
#
#
#
#
#
#
#
# AZ_ID = <azure classic id>
# AZ_CERT = <azure classic certificate>
#
# REGION_NAME = <the name of the azure region>
#
# CAPACITY = [
# Small = <number of small machines>,
# Medium = <number of medium machines>,
# Large = <number of large machines
# ]
#
# You can set any machine type supported by azure classic
# See your az_driver.conf for more information
#
# Optionally you can set a endpoint
#
# AZ_ENDPOINT = <endpoint address>
#
#-----------------------------------------------------------------------
EOT