Resolve bashate violation E005

This patch implements changes required to resolve bashate violation
E005 and also improves the tox config to improve the search for
bash scripts in the repository.

Change-Id: I4531126b850d54dc06e29bd9b5cf21fbff87bfd3
This commit is contained in:
Jesse Pretorius 2016-02-02 15:59:04 +00:00 committed by Jesse Pretorius (odyssey4me)
parent c68820e6e6
commit b17f918491

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }}
#!/bin/sh
# {{ ansible_managed }}
export os_auth_url="{{ keystone_service_adminuri }}/v3"
export os_admin_user="{{ keystone_admin_user_name }}"
export os_admin_tenant="{{ keystone_admin_tenant_name }}"