Revert "Add more properties to default flavor"

This reverts commit 201d5b85b5daca3f4f5b51317a78c5fcaea67b45.

Change-Id: If5ce75c97bba13608ea6b92757f3e31426bb6532
This commit is contained in:
Zhenguo Niu 2017-06-15 08:53:20 +00:00
parent c091c0caa6
commit 539346c297

View File

@ -169,7 +169,7 @@ function cleanup_mogan {
function create_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'
openstack baremetal flavor create ${MOGAN_DEFAULT_FLAVOR} --description 'Mogan default flavor'
}