From 244d52786fd613fc46df1b211d15bc926dbbc625 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sat, 30 Nov 2013 13:05:06 -0800 Subject: [PATCH] Rename instance_type to flavor in baremetal virt driver Goes through the baremetal virt driver and associated classes and tests and renames instance_type to flavor. This patch does not handle renaming instance_type in nova.test.utils or the instance_type_id column in the instance db model so those parts are left unchanged here. DocImpact: Renames the 'instance_type_extra_specs' option in the baremetal group to 'flavor_extra_specs'. Part of blueprint flavor-instance-type-dedup Change-Id: I4405464aea2b2e2142ed1207fb9c25ed9e863cb0 --- nova/virt/baremetal/doc/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nova/virt/baremetal/doc/README.rst b/nova/virt/baremetal/doc/README.rst index 9a0b876a5..38a0f4ee4 100644 --- a/nova/virt/baremetal/doc/README.rst +++ b/nova/virt/baremetal/doc/README.rst @@ -43,8 +43,8 @@ Additional setting for bare-metal provisioning [nova.conf] baremetal_driver = {nova.virt.baremetal.tilera.Tilera | nova.virt.baremetal.pxe.PXE} power_manager = {nova.virt.baremetal.tilera_pdu.Pdu | nova.virt.baremetal.ipmi.Ipmi} - # instance_type_extra_specs this baremetal compute - instance_type_extra_specs = cpu_arch:{tilepro64 | x86_64 | arm} + # flavor_extra_specs this baremetal compute + flavor_extra_specs = cpu_arch:{tilepro64 | x86_64 | arm} # TFTP root baremetal_tftp_root = /tftpboot