creating an endpoint with an invalid URL should be an error

Bug #1476720 reported by jiaxi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
New
Undecided
Unassigned

Bug Description

stack@openstack:~$ openstack endpoint create cinder public 'http://127.0.0.1:8774 /v1.1/\$(tenant_i d)s'
+--------------+---------------------------------------------+
| Field | Value |
+--------------+---------------------------------------------+
| enabled | True |
| id | 59b2c8b05aff41eab4c5c92209ac6602 |
| interface | public |
| region | None |
| region_id | None |
| service_id | d6a73e95a522431aa416bf32744b8d32 |
| service_name | cinder |
| service_type | volume |
| url | http://127.0.0.1:8774 /v1.1/\$(tenant_i d)s |
+--------------+---------------------------------------------+

It's different from bug #1471034 (This one is totally about identity api v2)

This bug is for identity api V3.

So can be fixed in different patch set.

summary: - Openstack endpoint create with invalid url should be suppressed
+ creating an endpoint with an invalid URL should be an error
Revision history for this message
Dolph Mathews (dolph) wrote :

Please handle both API versions under one bug to avoid confusion. The validation behavior should be shared by both APIs, anyway.

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.