OSTF fails with error: "AssertionError: Flavor for tests was not created. Seems that something is wrong with nova services."
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
Medium
|
Tatyanka | ||
5.1.x |
Won't Fix
|
Medium
|
Fuel Python (Deprecated) | ||
6.0.x |
Won't Fix
|
Medium
|
Fuel Python (Deprecated) | ||
6.1.x |
Fix Released
|
Medium
|
Tatyanka |
Bug Description
api: '1.0'
astute_sha: dade74af41d4972
auth_required: true
build_id: 2014-11-26_21-01-00
build_number: '42'
feature_groups:
- mirantis
fuellib_sha: db976a45be4f660
fuelmain_sha: 51e66db7750e9c8
nailgun_sha: 500e36d08a45dbb
ostf_sha: 64cb59c681658a7
production: docker
release: 5.1.1
Sometimes random OSTF test, which creates instance, fails with the following error:
"AssertionError: Flavor for tests was not created. Seems that something is wrong with nova services."
Here is the part of OSTF logs:
http://
Flavor creation fails because another flavor with the same ID is already exists. This happens because here we use random integer as flavor ID:
https:/
We should check that there is no existing flavor with the same ID before trying to create a new one.
Changed in fuel: | |
importance: | Undecided → Medium |
assignee: | nobody → Fuel Python Team (fuel-python) |
milestone: | none → 6.0.1 |
Fix proposed to branch: master /review. openstack. org/146079
Review: https:/