From 4fd19332f084dfabd3689b4ee601bd09b21b772d Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 2 Jan 2019 22:02:49 +0000 Subject: [PATCH] Add link to self-healing SIG documentation The self-healing SIG documentation is in its early stages, but already includes some practical information which certain operators may find useful. Linking from the index also helps promote the visibility of the SIG, which could help encourage more involvement from operators, which would in turn help drive development, reducing the inertia of the current chicken-and-egg bootstrapping challenge we face. Change-Id: I9821c1a228a35a729ea4f101b29f2dcf8cbbf152 Story: 2001628 Task: 24545 --- www/static/common/css/font-awesome-additions.css | 3 +++ www/stein/index.html | 5 +++++ www/templates/css.tmpl | 1 + 3 files changed, 9 insertions(+) create mode 100644 www/static/common/css/font-awesome-additions.css diff --git a/www/static/common/css/font-awesome-additions.css b/www/static/common/css/font-awesome-additions.css new file mode 100644 index 0000000000..d3d9e7caa6 --- /dev/null +++ b/www/static/common/css/font-awesome-additions.css @@ -0,0 +1,3 @@ +.fa-users-cog:before { + content: "\f509"; +} diff --git a/www/stein/index.html b/www/stein/index.html index eca076e31a..83888378cc 100644 --- a/www/stein/index.html +++ b/www/stein/index.html @@ -68,6 +68,11 @@ Language Bindings and Python Clients

Documentation for the OpenStack Python bindings and clients

+