diff --git a/www/mitaka/projects.html b/www/mitaka/projects.html index 5fe3834036..4ce2741a42 100644 --- a/www/mitaka/projects.html +++ b/www/mitaka/projects.html @@ -31,7 +31,7 @@

OpenStack Services

{% for project in projects|sort(attribute='service') %} {% if project.type in ['service', 'other'] %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %} diff --git a/www/newton/projects.html b/www/newton/projects.html index 5fe3834036..4ce2741a42 100644 --- a/www/newton/projects.html +++ b/www/newton/projects.html @@ -31,7 +31,7 @@

OpenStack Services

{% for project in projects|sort(attribute='service') %} {% if project.type in ['service', 'other'] %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %} diff --git a/www/pike/admin/index.html b/www/pike/admin/index.html index 00a021fdb6..64b8424337 100644 --- a/www/pike/admin/index.html +++ b/www/pike/admin/index.html @@ -37,7 +37,7 @@

Administrator Guides for Common OpenStack Libraries

{% for project in projects|sort(attribute='name') -%} {% if project.type == 'library' and project.has_admin_guide %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {%- endfor %} diff --git a/www/pike/configuration/index.html b/www/pike/configuration/index.html index 096b74d20a..6efac85854 100644 --- a/www/pike/configuration/index.html +++ b/www/pike/configuration/index.html @@ -40,7 +40,7 @@

Common Configuration via Libraries

{% for project in projects|sort(attribute='name') %} {% if project.type == 'library' and project.has_config_ref %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {% endfor %} diff --git a/www/pike/projects.html b/www/pike/projects.html index d5ab386493..d6df165ad7 100644 --- a/www/pike/projects.html +++ b/www/pike/projects.html @@ -31,7 +31,7 @@

OpenStack Services

{% for project in projects|sort(attribute='service') %} {% if project.type in ['service', 'other'] %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %} @@ -41,7 +41,7 @@

Bare Metal Sub Projects

{% for project in projects|sort(attribute='service') %} {% if project.type == 'baremetal' %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %} @@ -51,7 +51,7 @@

Networking Sub Projects

{% for project in projects|sort(attribute='service') %} {% if project.type == 'networking' %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %} @@ -61,7 +61,7 @@

Deployment Projects

{% for project in projects|sort(attribute='service') %} {% if project.type == 'deployment' %} - + {{project.service}}
{% endif %} {% endfor %} @@ -71,7 +71,7 @@

Contributor Tools

{% for project in projects|sort(attribute='name') %} {% if project.type in ['tool'] %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {% endfor %} @@ -84,7 +84,7 @@

Using Libraries

{% for project in projects|sort(attribute='name') %} {% if project.type == 'library' %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {% endfor %} diff --git a/www/queens/admin/index.html b/www/queens/admin/index.html index 15878dda10..231a8e1bff 100644 --- a/www/queens/admin/index.html +++ b/www/queens/admin/index.html @@ -37,7 +37,7 @@

Administrator Guides for Common OpenStack Libraries

{% for project in projects|sort(attribute='name') -%} {% if project.type == 'library' and project.has_admin_guide %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {%- endfor %} @@ -48,7 +48,7 @@

Administrator Guides for OpenStack Deployment Tools

{% for project in projects|sort(attribute='name') -%} {% if project.type == 'deployment' and project.has_admin_guide %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {%- endfor %} diff --git a/www/queens/configuration/index.html b/www/queens/configuration/index.html index 096b74d20a..6efac85854 100644 --- a/www/queens/configuration/index.html +++ b/www/queens/configuration/index.html @@ -40,7 +40,7 @@

Common Configuration via Libraries

{% for project in projects|sort(attribute='name') %} {% if project.type == 'library' and project.has_config_ref %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {% endfor %} diff --git a/www/queens/projects.html b/www/queens/projects.html index d5ab386493..d6df165ad7 100644 --- a/www/queens/projects.html +++ b/www/queens/projects.html @@ -31,7 +31,7 @@

OpenStack Services

{% for project in projects|sort(attribute='service') %} {% if project.type in ['service', 'other'] %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %} @@ -41,7 +41,7 @@

Bare Metal Sub Projects

{% for project in projects|sort(attribute='service') %} {% if project.type == 'baremetal' %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %} @@ -51,7 +51,7 @@

Networking Sub Projects

{% for project in projects|sort(attribute='service') %} {% if project.type == 'networking' %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %} @@ -61,7 +61,7 @@

Deployment Projects

{% for project in projects|sort(attribute='service') %} {% if project.type == 'deployment' %} - + {{project.service}}
{% endif %} {% endfor %} @@ -71,7 +71,7 @@

Contributor Tools

{% for project in projects|sort(attribute='name') %} {% if project.type in ['tool'] %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {% endfor %} @@ -84,7 +84,7 @@

Using Libraries

{% for project in projects|sort(attribute='name') %} {% if project.type == 'library' %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {% endfor %} diff --git a/www/queens/user/index.html b/www/queens/user/index.html index a4d90eb095..173ec21ea1 100644 --- a/www/queens/user/index.html +++ b/www/queens/user/index.html @@ -42,7 +42,7 @@

User Guides for OpenStack Deployment Tools

{% for project in projects|sort(attribute='service') %} {% if project.type in ['deployment'] and project.has_user_guide %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %} diff --git a/www/rocky/admin/index.html b/www/rocky/admin/index.html index 15878dda10..231a8e1bff 100644 --- a/www/rocky/admin/index.html +++ b/www/rocky/admin/index.html @@ -37,7 +37,7 @@

Administrator Guides for Common OpenStack Libraries

{% for project in projects|sort(attribute='name') -%} {% if project.type == 'library' and project.has_admin_guide %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {%- endfor %} @@ -48,7 +48,7 @@

Administrator Guides for OpenStack Deployment Tools

{% for project in projects|sort(attribute='name') -%} {% if project.type == 'deployment' and project.has_admin_guide %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {%- endfor %} diff --git a/www/rocky/configuration/index.html b/www/rocky/configuration/index.html index 096b74d20a..6efac85854 100644 --- a/www/rocky/configuration/index.html +++ b/www/rocky/configuration/index.html @@ -40,7 +40,7 @@

Common Configuration via Libraries

{% for project in projects|sort(attribute='name') %} {% if project.type == 'library' and project.has_config_ref %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {% endfor %} diff --git a/www/rocky/projects.html b/www/rocky/projects.html index d5ab386493..d6df165ad7 100644 --- a/www/rocky/projects.html +++ b/www/rocky/projects.html @@ -31,7 +31,7 @@

OpenStack Services

{% for project in projects|sort(attribute='service') %} {% if project.type in ['service', 'other'] %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %} @@ -41,7 +41,7 @@

Bare Metal Sub Projects

{% for project in projects|sort(attribute='service') %} {% if project.type == 'baremetal' %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %} @@ -51,7 +51,7 @@

Networking Sub Projects

{% for project in projects|sort(attribute='service') %} {% if project.type == 'networking' %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %} @@ -61,7 +61,7 @@

Deployment Projects

{% for project in projects|sort(attribute='service') %} {% if project.type == 'deployment' %} - + {{project.service}}
{% endif %} {% endfor %} @@ -71,7 +71,7 @@

Contributor Tools

{% for project in projects|sort(attribute='name') %} {% if project.type in ['tool'] %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {% endfor %} @@ -84,7 +84,7 @@

Using Libraries

{% for project in projects|sort(attribute='name') %} {% if project.type == 'library' %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {% endfor %} diff --git a/www/rocky/user/index.html b/www/rocky/user/index.html index a4d90eb095..173ec21ea1 100644 --- a/www/rocky/user/index.html +++ b/www/rocky/user/index.html @@ -42,7 +42,7 @@

User Guides for OpenStack Deployment Tools

{% for project in projects|sort(attribute='service') %} {% if project.type in ['deployment'] and project.has_user_guide %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %}