[murano] [murano-cfapi] error while creating cf service broker
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
New
|
Medium
|
Unassigned |
Bug Description
Bug description:
Currently it is not possible to create murano service broker via cf api because 'Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1.'
Steps to reproduce:
1. deploy last devstack with murano and enable_service murano-cfapi
2. deploy cf
3. ssh to the instance
4. Register client with "cf api api.system.
5. exec 'cf login'
6. try to register service-broker in cloud foundry via 'сf create-
Expected result:
service broker is created
Actual result:
`Creating service broker murano as admin...
FAILED
Server error, status code: 502, error code: 270012, message: Service broker catalog is invalid:
Service broker must provide at least one service
`
Part of the cf api log:
2016-11-17 15:04:20.303 9944 DEBUG eventlet.wsgi [-] (9944) accepted ('172.16.168.44', 51163) server /usr/local/
2016-11-17 15:04:20.512 9944 WARNING keystonemiddlew
/usr/local/
warnings.
2016-11-17 15:04:20.857 9944 DEBUG murano.common.wsgi [req-e285365c-
HEADERS: Authorization: Basic YWRtaW46YWRtaW4=, User-Agent: HTTPClient/1.0 (2.7.1, ruby 2.3.1 (2016-04-26)), X-User-Id: 10e07d7fb9d74b8
2016-11-17 15:04:20.857 9944 DEBUG murano.common.wsgi [req-e285365c-
2016-11-17 15:04:20.863 9944 DEBUG muranoclient.
2016-11-17 15:04:21.004 9944 DEBUG muranoclient.
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 16
X-Openstack-
Date: Thu, 17 Nov 2016 14:04:21 GMT
Connection: keep-alive
{"packages": []}
log_http_response /opt/stack/
2016-11-17 15:04:21.005 9944 INFO eventlet.wsgi [req-e285365c-
tags: | removed: cf |
Changed in murano: | |
importance: | Undecided → Medium |
Changed in murano: | |
milestone: | 3.1.0 → pike-2 |
Changed in murano: | |
milestone: | pike-2 → pike-rc1 |