Remove configuration of flavor in InfraRed plugin
Change-Id: I58b4462bbe6fe1afb1a307256847ae29b2f39e14
This commit is contained in:
parent
b5162e1615
commit
2d6d086084
@ -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 ''
|
||||
|
@ -4,7 +4,6 @@ log_file = tobiko.log
|
||||
log_dir = .
|
||||
|
||||
[nova]
|
||||
flavor = m1.tiny
|
||||
key_file = ~/.ssh/id_rsa
|
||||
|
||||
[neutron]
|
||||
|
Loading…
Reference in New Issue
Block a user