Add more properties to default flavor

Add cpus,memory,disks,nics properties to devstack default flavor.

Change-Id: I3b9fc805f009596f20996c79f657846629f95ab2
Depends-On: I91f691dccd2a932d1bdd8815dd91d1f4f7b53305
This commit is contained in:
Zhenguo Niu 2017-05-15 12:59:30 +08:00
parent c5126661c3
commit 201d5b85b5
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ function cleanup_mogan {
function create_flavor {
openstack baremetal flavor create ${MOGAN_DEFAULT_FLAVOR} --description 'Mogan default flavor'
openstack baremetal flavor create ${MOGAN_DEFAULT_FLAVOR} --cpus 1 --cpu-model 'Intel(R) Xeon(R) E5620 2.40GHz' --ram 1280 --ram-type 'DDR3' --nic speed='10 Gbps',type='Ethernet' --disk size_gb=10,type='SSD'
}