Resource 1 cannot be found (flavor_id)

Bug #1577017 reported by Emilien Macchi
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack DBaaS (Trove)
Confirmed
Undecided
Unassigned

Bug Description

Deploying Trove on current master (Newton), 2 Tempests are failing:

tempest.api.database.flavors.test_flavors.DatabaseFlavorsTest.test_get_db_flavor
tempest.api.database.flavors.test_flavors.DatabaseFlavorsTest.test_list_db_flavors

See:
http://logs.openstack.org/86/305886/16/check/gate-puppet-openstack-integration-3-scenario003-tempest-centos-7/32f1afb/console.html#_2016-04-28_18_07_42_345

Looking at Trove API logs, there is a trace:

  File "/usr/lib/python2.7/site-packages/trove/common/wsgi.py", line 250, in execute_action
    **action_args)
  File "/usr/lib/python2.7/site-packages/trove/common/base_wsgi.py", line 392, in execute_action
    return self.dispatch(self.controller, action, request, **action_args)
  File "/usr/lib/python2.7/site-packages/trove/common/base_wsgi.py", line 401, in dispatch
    return method(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/trove/flavor/service.py", line 32, in show
    flavor = models.Flavor(context=context, flavor_id=id)
  File "/usr/lib/python2.7/site-packages/trove/flavor/models.py", line 38, in __init__
    raise exception.NotFound(uuid=flavor_id)
NotFound: Resource 1 cannot be found.

More details:
all trove logs: http://logs.openstack.org/86/305886/16/check/gate-puppet-openstack-integration-3-scenario003-tempest-centos-7/32f1afb/logs/trove/
all trove config: http://logs.openstack.org/86/305886/16/check/gate-puppet-openstack-integration-3-scenario003-tempest-centos-7/32f1afb/logs/etc/trove/

Revision history for this message
David Moreau Simard (dmsimard) wrote :
Changed in trove:
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.