Comment 1 for bug 1720254

Revision history for this message
kamlesh parmar (kparmar) wrote :

re-assign to Nitish. 4.0.1 Ocata release doesnt support nova-compute in container, so remove setting the mode as container for vcenter-compute role.

This was sufficient in the test setup, always return bare_metal until nova-compute in container is supported:

    def get_vcenter_compute_mode(self,package):
        package_params = package['parameters']
        openstack_sku = package_params['sku']
        #if int(openstack_sku.partition(":")[2].split('.')[0]) >= 15:
        # return "container"
        #else:
        # return "bare_metal"
        return "bare_metal"