diff --git a/muranoconductor/commands/cloud_formation.py b/muranoconductor/commands/cloud_formation.py index 48f5170..a7d58e1 100644 --- a/muranoconductor/commands/cloud_formation.py +++ b/muranoconductor/commands/cloud_formation.py @@ -58,6 +58,8 @@ class HeatExecutor(CommandBase): self._heat_client = Client( '1', heat_url, + username='badusername', + password='badpassword', token_only=True, token=client.auth_token, ca_file=heat_settings.ca_file or None,