@@ -70,7 +70,7 @@ cluster = {
7070 # OS: template storage UUID, all available os templates can be retrieved by calling manager.get_templates()
7171 # Note: the storage os template uuid:s will change when OS is updated. So check that the UUID is correct
7272 # default tier: maxIOPS, the 100k IOPS storage backend
73- Storage(os = ' 01000000-0000-4000-8000-000030200200 ' , size = 10 ),
73+ Storage(os = ' 01000000-0000-4000-8000-000030240200 ' , size = 10 ),
7474 # secondary storage, hdd for reduced speed & cost
7575 Storage(size = 100 , tier = ' hdd' )
7676 ],
@@ -81,7 +81,7 @@ cluster = {
8181 hostname = ' web2.example.com' ,
8282 zone = ' uk-lon1' ,
8383 storage_devices = [
84- Storage(os = ' 01000000-0000-4000-8000-000030200200 ' , size = 10 ),
84+ Storage(os = ' 01000000-0000-4000-8000-000030240200 ' , size = 10 ),
8585 Storage(size = 100 , tier = ' hdd' ),
8686 ],
8787 login_user = login_user
@@ -93,7 +93,7 @@ cluster = {
9393 hostname = ' db.example.com' ,
9494 zone = ' uk-lon1' ,
9595 storage_devices = [
96- Storage(os = ' 01000000-0000-4000-8000-000030200200 ' , size = 10 ),
96+ Storage(os = ' 01000000-0000-4000-8000-000030240200 ' , size = 10 ),
9797 Storage(size = 100 ),
9898 ],
9999 login_user = login_user
@@ -103,7 +103,7 @@ cluster = {
103103 hostname = ' balancer.example.com' ,
104104 zone = ' uk-lon1' ,
105105 storage_devices = [
106- Storage(os = ' 01000000-0000-4000-8000-000030200200 ' , size = 10 )
106+ Storage(os = ' 01000000-0000-4000-8000-000030240200 ' , size = 10 )
107107 ],
108108 login_user = login_user
109109 )
0 commit comments