OSC client can not delete cluster with . (period) in name

Bug #1718930 reported by Spyros Trigazis
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Magnum
New
Undecided
Unassigned

Bug Description

OSC client can not delete cluster (not cluster-template) with . (period) in name

Revision history for this message
Spyros Trigazis (strigazi) wrote :

I created a cluster (not cluster template) like this:
$ openstack coe cluster create --cluster-template strigazi-kubernetes-v1.8.0-beta.1 --keypair strigazi-lxplus --name strigazi-kube-deleteme-v1.8.0-beta.1

$ openstack coe cluster list
+--------------------------------------+--------------------------------------+-----------------+------------+--------------+--------------------+
| uuid | name | keypair | node_count | master_count | status |
+--------------------------------------+--------------------------------------+-----------------+------------+--------------+--------------------+
| 4f364ba2-9a4b-49a8-b67c-7cfe807e3ac7 | strigazi-kube-deleteme-v1.8.0-beta.1 | strigazi-lxplus | 1 | 1 | CREATE_IN_PROGRESS |
+--------------------------------------+--------------------------------------+-----------------+------------+--------------+--------------------+

$ openstack coe cluster delete strigazi-kube-deleteme-v1.8.0-beta.1
Not Found (HTTP 404) (Request-ID: req-9e2f3e0b-143b-4bd9-91d1-a3dad7af1e38)
$ openstack coe cluster delete 4f364ba2-9a4b-49a8-b67c-7cfe807e3ac7
Request to delete cluster 4f364ba2-9a4b-49a8-b67c-7cfe807e3ac7 has been accepted.

summary: - OSC client can not delete cluster-template with . (period) in name
+ OSC client can not delete cluster with . (period) in name
description: updated
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.