[murano] [murano-cfapi] [glare] CF-api can't operate if glare is enabled
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Fix Released
|
High
|
Nikolay Starodubtsev |
Bug 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-
Expected result:
service broker will be created
Actual result:
freerunner@
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.
Fix proposed to branch: master /review. openstack. org/351656
Review: https:/