difference between keystone cli and keystone api?

Bug #933854 reported by Christian Berendt
This bug report is a duplicate of:  Bug #943523: Service names are double-quoted. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
New
Undecided
Unassigned

Bug Description

revision: 90068b0143af788869116d08533d5ebc99874a17

example for the output of the cli:

name = nova
type = compute
description = Nova Compute Service

stack@devstack001:~/devstack$ keystone --username admin --password testing service-list
+----------------------------------+----------+----------+---------------------------+
| id | name | type | description |
+----------------------------------+----------+----------+---------------------------+
| 2abe1de13127417ab2cbf4476763ef1c | glance | image | Glance Image Service |
| 63788dbd6c684eae8a852b822017bbc3 | keystone | identity | Keystone Identity Service |
| 81025434e8d545e293e710e5ed4879cc | nova | compute | Nova Compute Service |
| ddb7d116c12b455382891df983ac8540 | ec2 | ec2 | EC2 Compatibility Layer |
+----------------------------------+----------+----------+---------------------------+

example for the output of the api:

http://paste.openstack.org/show/4852/

name = Compute Service
type = compute

a field description is missing...

Revision history for this message
Christian Berendt (berendt) wrote :

see #933845 for some more details about the problem i got with this one in tempest.

no longer affects: tempest
Revision history for this message
Christian Berendt (berendt) wrote :

here is the full request: http://paste.openstack.org/show/4854/

Revision history for this message
Mike Pittaro (mikeyp-3) wrote :

The API response is also enclosing the value in quotes - it's returning name = "'Compute Service'"

Revision history for this message
Dolph Mathews (dolph) wrote :

Mike Pittaro: the issue you're referring to is being tracked here, https://bugs.launchpad.net/keystone/+bug/943523

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.