← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1667367] [NEW] V2 role create does not allow spaces in the role description

 

Public bug reported:

Creating a new role using V2 APIs no longer allow spaces in the role
description. Looks like it was broken since the introduction of JSON
schema. See

https://github.com/openstack/keystone/blob/master/keystone/assignment/schema.py#L20

Instead of parameter_types.id_string. It should be
parameter_types.string.

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1667367

Title:
  V2 role create does not allow spaces in the role description

Status in OpenStack Identity (keystone):
  New

Bug description:
  Creating a new role using V2 APIs no longer allow spaces in the role
  description. Looks like it was broken since the introduction of JSON
  schema. See

  https://github.com/openstack/keystone/blob/master/keystone/assignment/schema.py#L20

  Instead of parameter_types.id_string. It should be
  parameter_types.string.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1667367/+subscriptions


Follow ups