openstack-ansible/scripts
Zhao Lei e2f4e88a55 Remove quotes from subshell call in bash script
Always no quotes for $() statement.

We don't need quotes to hold blanks in result:
 # i=$(echo 1 2 3)
 # echo $i
 1 2 3
 #

These quotes can make something wrong in some case:
 # i=$(echo '!')
 #
 # i="$(echo '!')"
 -bash: !: event not found
 #

No real problem for current code, only to use a better code style.

Change-Id: If3a914650749d72c2eb13b9f1307ef7b4319bd2f
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
2015-09-23 19:14:16 +08:00
..
bootstrap-aio.sh Merge "Set the Ubuntu mirror used based on the environment" 2015-09-09 06:19:54 +00:00
bootstrap-ansible.sh Update Ansible to v1.9.3-1 2015-09-03 21:58:07 -05:00
federated-login.sh Support base64 padding in federated tokens 2015-09-21 16:15:06 +00:00
gate-check-commit.sh Add profiling for Ansible tasks 2015-09-09 15:40:24 +00:00
gate-check-docs.sh Add Sphinx machinery and initial docs. 2015-05-14 10:50:05 -04:00
gate-check-lint.sh Ensure that flake8 runs against all python files 2015-07-09 13:06:23 +01:00
inventory-manage.py Adds group support to inventory-manage.py 2015-09-21 08:10:57 -05:00
openstack-ansible-role-requirements.py Rename everything for the osad to osa name change 2015-09-12 02:31:21 +01:00
osa-aio-heat-template.yml Rename everything for the osad to osa name change 2015-09-12 02:31:21 +01:00
pw-token-gen.py Add Ceph/RBD support to playbooks 2015-08-01 19:49:00 +01:00
run-aio-build.sh Rename everything for the osad to osa name change 2015-09-12 02:31:21 +01:00
run-playbooks.sh Remove upstream repo dependency 2015-08-24 08:32:07 +01:00
run-tempest.sh Create Junit XML Report from tempest run 2015-06-29 14:38:14 -05:00
run-upgrade.sh Remove Juno to Kilo logic in upgrade script 2015-09-12 04:28:57 +00:00
scripts-library.sh Remove quotes from subshell call in bash script 2015-09-23 19:14:16 +08:00
sources-branch-updater.sh Fixes loops for bashate 2015-08-21 15:44:05 +00:00
teardown.sh Rename everything for the osad to osa name change 2015-09-12 02:31:21 +01:00
update-revision.sh Fixes loops for bashate 2015-08-21 15:44:05 +00:00