fixed demos for new private-cloud environment, added description and comments, added support for Ubuntu 18.04, replaced removed faafo repo with local copy
This commit is contained in:
@ -15,9 +15,10 @@ from libcloud.compute.types import Provider
|
||||
|
||||
group_number = 30
|
||||
|
||||
|
||||
########################################################################################################################
|
||||
#
|
||||
# no changes necessary below this line
|
||||
# no changes necessary below this line in this example
|
||||
#
|
||||
########################################################################################################################
|
||||
|
||||
@ -35,7 +36,7 @@ ubuntu_image_name = "Ubuntu 18.04 - Bionic Beaver - 64-bit - Cloud Based Image"
|
||||
|
||||
# default region
|
||||
region_name = 'RegionOne'
|
||||
# domain to use, "default" for local accounts, "hsfulda" for LDAP of DVZ, e.g., using fdaiXXXX as auth_username
|
||||
# domain to use, "default" for local accounts, "hsfulda" for RZ LDAP, e.g., using fdaiXXXX as auth_username
|
||||
domain_name = "default"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user