Tendrl/commons

missing space in error message "Setting up cluster aliasnot yet complete."

dahorak opened this issue · 0 comments

There is missing space at the end of first line of error message raised in file setup_cluster_alias/__init__.py around line 42:

                    {
                        "message": "Setting up cluster alias"
                        "not yet complete. Timing out. (%s)" %
                        integration_id
                    },

This leads to combining the alias and not together like this:

Setting up cluster aliasnot yet complete. Timing out. (5fd74df9-a40a-4bc4-80b9-374e3ca711de)
                        ^