Comment 0 for bug 1464248

Revision history for this message
Attila Fazekas (afazekas) wrote :

$ heat config-create foo
$ heat config-create foo

$ curl -g -i -X GET http://172.16.40.3:8004/v1/`keystone token-get | awk '/ tenant_id /{print $4}'`/software_configs -H "User-Agent: python-heatclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: `keystone token-get | awk '/ id /{print $4}'`"

The above url patter supposed to be do the listing (index() method), but it retuns with 405.
"The server could not comply with the request since it is either malformed or otherwise incorrect."

Now I can trash the database with unlimited, not find able configurations.

1. heat MUST impenitent the listing call.
2. heat-pythonclient needs to support it.