Merge "Plugin autogen list: put plugin names in the plugin names column"
This commit is contained in:
commit
0b5d81e4d5
@ -75,7 +75,7 @@ title_underline ${name_col_len}
|
|||||||
for plugin in ${sorted_plugins}; do
|
for plugin in ${sorted_plugins}; do
|
||||||
giturl="git://git.openstack.org/openstack/${plugin}"
|
giturl="git://git.openstack.org/openstack/${plugin}"
|
||||||
gitlink="https://git.openstack.org/cgit/openstack/${plugin}"
|
gitlink="https://git.openstack.org/cgit/openstack/${plugin}"
|
||||||
printf "%-${name_col_len}s %s\n" "${p}" "\`${giturl} <${gitlink}>\`__"
|
printf "%-${name_col_len}s %s\n" "${plugin}" "\`${giturl} <${gitlink}>\`__"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [[ -r data/devstack-plugins-registry.footer ]]; then
|
if [[ -r data/devstack-plugins-registry.footer ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user