This commit is contained in:
nlitkowski 2021-11-27 14:07:50 +01:00
parent 945378029d
commit 6f726905f7

View File

@ -103,12 +103,12 @@ runcmd:
''' '''
db_server_resp = client.servers.create( db_server_resp = client.servers.create(
name=DB_SERVER_NAME, name='s440054_3_2_db',
server_type=ServerType(MACHINE_TYPE), server_type=ServerType('cx11'),
image=Image(name=MACHINE_OS), image=Image(name='ubuntu-20.04'),
ssh_keys=[ssh_key], ssh_keys=[ssh_key],
networks=[vnet], networks=[vnet],
location=Location(MACHINE_LOCATION), location=Location('hel1'),
user_data=cloud_init_db user_data=cloud_init_db
) )