monasca / monasca-docker

Docker files and setup for Monasca
Apache License 2.0
24 stars 47 forks source link

Api keystone region name bug #495

Closed zhangjianweibj closed 5 years ago

zhangjianweibj commented 5 years ago

fix bug https://github.com/monasca/monasca-docker/issues/494

matrixik commented 5 years ago

I would propose to add conditional like is done here: https://github.com/monasca/monasca-docker/blob/master/monasca-api-python/api-config.conf.j2#L112-L114

If KEYSTONE_REGION_NAME is defined then add line with it and set it, if not don't add line with region.

zhangjianweibj commented 5 years ago

yeah,very thanks.i will fix this problem.

matrixik commented 5 years ago

Fix in #501