Use a valid project_id flavor_access neg tests

Based on substantial use feedback, Nova is validating the project_id
for both quotas and flavor access calls, so that when a 200 success is
returned to the user, it is because the API call actually succeeded,
not a failed call which returns success, and confuses users.

However, the tempest API call uses a non existent project, which we
need to change.

Implements bp:validate-project-with-keystone

Change-Id: I825b14addbe7687a4b943acf929284b72a8f9ac0
1 file changed