Allow project/tenant lookup by name
Bug #1644872 reported by
Amy Fong
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
New
|
Undecided
|
Unassigned |
Bug Description
OS::Neutron::Net and OS::Neutron::Subnet requires specifying
the property tenant by id (tenant_id). Specifying this by name would be good for usability.
Changed in heat: | |
assignee: | nobody → Amy Fong (afong2) |
description: | updated |
Changed in heat: | |
assignee: | Amy Fong (afong2) → nobody |
Changed in heat: | |
milestone: | none → no-priority-tag-bugs |
To post a comment you must log in.
This property is only for users with admin privileges. This is there for most of the resource. Client calls to resolve name to id is expensive. I'm not sure if it makes lot of sense to add that for tenant_id property