| commit | ec4c668764100e867b0727fb11490f227346a0b6 | [log] [tgz] |
|---|---|---|
| author | Felipe Monteiro <felipe.monteiro@att.com> | Sat Nov 03 18:20:54 2018 -0400 |
| committer | Felipe Monteiro <felipe.monteiro@att.com> | Wed Nov 07 03:00:52 2018 +0000 |
| tree | 41924c766a9180db96d21fcfd8c05efe3b02b0fb | |
| parent | 2dc72172e4444b541dfaecfe27ad0ba5b2588b29 [diff] |
docs: Fix plugin registry generation failures
This patch set fixes plugin registry generation script which
is resulting in the documentation page ending up empty [0].
This is because the script `tools/generate-tempest-plugins-list.sh`
is using an old flag (`-A`).
This drops the `declare -A plugins` command because `plugins` isn't
used anywhere and also uses `decode('utf-8')` on the initial response
lookup for all the projects which is done already in the script
elsewhere [2].
[0] https://docs.openstack.org/tempest/latest/plugin-registry.html
[1] https://bash.cyberciti.biz/bash-reference-manual/Bash-Builtins.html#index-declare-132
[2] https://github.com/openstack/tempest/blob/da8aec9aedcac940ba1dbc3beee50f05f13af3f1/tools/generate-tempest-plugins-list.py#L67
Change-Id: I70b59c869df06f35c0f7ca6d20e3584502cda8ef