diff options
Diffstat (limited to 'deployment/noheat/infra-openstack/ansible/group_vars')
-rw-r--r-- | deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample index 07488aa57..5a7defeec 100644 --- a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample +++ b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample @@ -12,8 +12,8 @@ securitygroup: hosts: - name: "operator0" - image: "cirros-0.5.1-x86_64-disk" - flavor: "cirros256" + image: "Ubuntu_18.04" + flavor: "m1.tiny" keypair: *keypair_name network: *network_name securitygroup: *securitygroup_name |