Remove configuration of flavor in InfraRed plugin

Change-Id: I58b4462bbe6fe1afb1a307256847ae29b2f39e14
This commit is contained in:
Federico Ressi 2019-07-05 10:37:10 +02:00
parent b5162e1615
commit 2d6d086084
2 changed files with 0 additions and 7 deletions

View File

@ -4,12 +4,6 @@
dest: "~/os-faults.yaml"
mode: 0755
- name: Set up Overcloud resources create m.tiny flavor
shell: |
source "{{ test.overcloudrc }}"
openstack flavor list --limit 1 -f value -c Name|grep -q -w 'm1.tiny' || \
openstack flavor create --vcpus 1 --ram 64 --disk 1 m1.tiny
- name: Set up Overcloud resources create ssh keys
shell: |
test -f ~/.ssh/id_rsa||ssh-keygen -f ~/.ssh/id_rsa -P ''

View File

@ -4,7 +4,6 @@ log_file = tobiko.log
log_dir = .
[nova]
flavor = m1.tiny
key_file = ~/.ssh/id_rsa
[neutron]