Merge "Increase Plugin Name column width by 10 in devstack plugins list"
This commit is contained in:
commit
147a3647fe
@ -19,6 +19,6 @@ The following are plugins that a script has found in the openstack/
|
|||||||
namespace, which includes but is not limited to official OpenStack
|
namespace, which includes but is not limited to official OpenStack
|
||||||
projects.
|
projects.
|
||||||
|
|
||||||
+------------------+-------------------------------------------------------------------------+
|
+----------------------------+-------------------------------------------------------------------------+
|
||||||
|Plugin Name |URL |
|
|Plugin Name |URL |
|
||||||
+------------------+-------------------------------------------------------------------------+
|
+----------------------------+-------------------------------------------------------------------------+
|
||||||
|
@ -46,10 +46,10 @@ test -r data/devstack-plugins-registry.header && cat data/devstack-plugins-regis
|
|||||||
sorted_plugins=$(python tools/generate-devstack-plugins-list.py)
|
sorted_plugins=$(python tools/generate-devstack-plugins-list.py)
|
||||||
|
|
||||||
for k in ${sorted_plugins}; do
|
for k in ${sorted_plugins}; do
|
||||||
project=${k:0:18}
|
project=${k:0:28}
|
||||||
giturl="git://git.openstack.org/openstack/${k:0:26}"
|
giturl="git://git.openstack.org/openstack/${k:0:26}"
|
||||||
printf "|%-18s|%-73s|\n" "${project}" "${giturl}"
|
printf "|%-28s|%-73s|\n" "${project}" "${giturl}"
|
||||||
printf "+------------------+-------------------------------------------------------------------------+\n"
|
printf "+----------------------------+-------------------------------------------------------------------------+\n"
|
||||||
done
|
done
|
||||||
|
|
||||||
test -r data/devstack-plugins-registry.footer && cat data/devstack-plugins-registry.footer
|
test -r data/devstack-plugins-registry.footer && cat data/devstack-plugins-registry.footer
|
||||||
|
Loading…
Reference in New Issue
Block a user