Activity log for bug #1610130

Date Who What changed Old value New value Message
2016-08-05 08:35:28 Alex Kholkin bug added bug
2016-08-05 09:19:35 Nikolay Starodubtsev description 1. Deploy devstack from master 2. Install Cloud Foundry app 3. ssh to the deployed instance with cf 4. exec 'cf login' 6. try to register service-broker in cloud foundry via 'сf create-service-broker murano admin admin <url>' , url = http:172.18.162.71/:8083/, for example. Expected result: service broker will be created Actual result: freerunner@pegasus:[~]$ cf create-service-broker murano admin admin http://172.18.168.71:8083 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 This one happened, because murano-cfapi doesn't support service search In GLARE. 1. Deploy devstack from master 2. Install Cloud Foundry app 3. ssh to the deployed instance with cf 4. exec 'cf login' 6. try to register service-broker in cloud foundry via 'сf create-service-broker murano admin admin <url>' , url = http://172.18.162.71:8083, for example. Expected result: service broker will be created Actual result: freerunner@pegasus:[~]$ cf create-service-broker murano admin admin http://172.18.168.71:8083 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 This one happened, because murano-cfapi doesn't support service search In GLARE.
2016-08-05 10:35:22 Nikolay Starodubtsev description 1. Deploy devstack from master 2. Install Cloud Foundry app 3. ssh to the deployed instance with cf 4. exec 'cf login' 6. try to register service-broker in cloud foundry via 'сf create-service-broker murano admin admin <url>' , url = http://172.18.162.71:8083, for example. Expected result: service broker will be created Actual result: freerunner@pegasus:[~]$ cf create-service-broker murano admin admin http://172.18.168.71:8083 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 This one happened, because murano-cfapi doesn't support service search In GLARE. 1. Deploy devstack from master 2. Install Cloud Foundry app 3. ssh to the deployed instance with cf 4. exec 'cf login' 6. try to register service-broker in cloud foundry via 'сf create-service-broker murano admin admin <url>' , url = http://172.18.162.71:8083, for example. Expected result: service broker will be created Actual result: freerunner@pegasus:[~]$ cf create-service-broker murano admin admin http://172.18.168.71:8083 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 This one happened, because murano-cfapi doesn't support service search In GLARE. After investigation it's clear that murano-cfapi doesn't initialize glare client, since wrong configuration.
2016-08-05 11:01:01 OpenStack Infra murano: status Confirmed In Progress
2016-08-05 11:01:01 OpenStack Infra murano: assignee Nikolay Starodubtsev (starodubcevna)
2016-08-05 13:13:14 OpenStack Infra murano: status In Progress Fix Released