We can't enforce uniqueness with service names and types, and we can't break backward compatibility.
** Changed in: keystone Status: Confirmed => Won't Fix ** Changed in: keystone Assignee: Kanika Singh (kanikasingh-1490) => (unassigned) -- 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/1534473 Title: openstack service create allows duplicate names Status in OpenStack Identity (keystone): Won't Fix Bug description: $ openstack service create --name keystone --description "OpenStack Identity" identity +-------------+----------------------------------+ | Field | Value | +-------------+----------------------------------+ | description | OpenStack Identity | | enabled | True | | id | fbf58f4a39624bcf9c434a99e5e081fa | | name | keystone | | type | identity | +-------------+----------------------------------+ $ openstack service create --name keystone --description "OpenStack Identity" identity +-------------+----------------------------------+ | Field | Value | +-------------+----------------------------------+ | description | OpenStack Identity | | enabled | True | | id | 7bd7431cbd2040a7a0d732560cbd4836 | | name | keystone | | type | identity | +-------------+----------------------------------+ $ openstack service list +----------------------------------+----------+----------+ | ID | Name | Type | +----------------------------------+----------+----------+ | 7bd7431cbd2040a7a0d732560cbd4836 | keystone | identity | | fbf58f4a39624bcf9c434a99e5e081fa | keystone | identity | +----------------------------------+----------+----------+ Here we can see, that duplicate service names are created using openstack service create command. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1534473/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp