| ... | ... |
@@ -19,6 +19,6 @@ The following are plugins that a script has found in the openstack/ |
| 19 | 19 |
namespace, which includes but is not limited to official OpenStack |
| 20 | 20 |
projects. |
| 21 | 21 |
|
| 22 |
-+------------------+-------------------------------------------------------------------------+ |
|
| 23 |
-|Plugin Name |URL | |
|
| 24 |
-+------------------+-------------------------------------------------------------------------+ |
|
| 22 |
++----------------------------+-------------------------------------------------------------------------+ |
|
| 23 |
+|Plugin Name |URL | |
|
| 24 |
++----------------------------+-------------------------------------------------------------------------+ |
| ... | ... |
@@ -46,10 +46,10 @@ test -r data/devstack-plugins-registry.header && cat data/devstack-plugins-regis |
| 46 | 46 |
sorted_plugins=$(python tools/generate-devstack-plugins-list.py) |
| 47 | 47 |
|
| 48 | 48 |
for k in ${sorted_plugins}; do
|
| 49 |
- project=${k:0:18}
|
|
| 49 |
+ project=${k:0:28}
|
|
| 50 | 50 |
giturl="git://git.openstack.org/openstack/${k:0:26}"
|
| 51 |
- printf "|%-18s|%-73s|\n" "${project}" "${giturl}"
|
|
| 52 |
- printf "+------------------+-------------------------------------------------------------------------+\n" |
|
| 51 |
+ printf "|%-28s|%-73s|\n" "${project}" "${giturl}"
|
|
| 52 |
+ printf "+----------------------------+-------------------------------------------------------------------------+\n" |
|
| 53 | 53 |
done |
| 54 | 54 |
|
| 55 | 55 |
test -r data/devstack-plugins-registry.footer && cat data/devstack-plugins-registry.footer |