yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21700
[Bug 1206396] Re: Name validations for compute resources
There are ongoing discussions on the mailing list right now about this.
I think it's not a bug per say (actually current Nova behavior is what's
asked for).
** Changed in: nova
Assignee: Aswad Rangnekar (aswad-r) => (unassigned)
** Changed in: nova
Status: Confirmed => Opinion
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1206396
Title:
Name validations for compute resources
Status in Cinder:
Confirmed
Status in OpenStack Identity (Keystone):
New
Status in OpenStack Compute (Nova):
Opinion
Status in The Oslo library incubator:
Invalid
Bug description:
There is no consistent validation for the 'name' parameter across
compute resources. The following characters need to be validated in
the input:
1. One more whitespaces (like ' ' or ' ') -
2. Leading or trailing whitespaces (like ' test123 ')
Currently flavor name, volume name, role name, group name, security
group name and keypair name accept input in each of the two cases (no
validation).
Adding the two cases above to name parameter validation would be useful.
It makes sense to move this validation code to a common utility that can be used across all Create resource methods.
Although the 'name' is not as significant the resource's ID, it does act as a label for the resource and should be validated properly.
For example, from the dasbhboard, a role with a blank name, i.e single
whitespace string like ' ' can be created. This get's stored in the
keystone db as NULL and appears in the dashboard roles drop down
during Create User as None. This behavior should be fixed.
Refer:
https://github.com/openstack/nova/blob/master/nova/compute/api.py#L3086
_validate_new_keypair() can be moved to a common utility to provide
'name' field validations.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1206396/+subscriptions