Bases: heat.engine.constraints.BaseCustomConstraint
Bases: heat.engine.clients.client_plugin.ClientPlugin
Get the ID for the specified flavor name.
If the specified value is flavor id, just return it.
Parameters: | flavor – the name of the flavor to find |
---|---|
Returns: | the id of :flavor: |
Raises: | exception.FlavorMissing |