From 8c1df93d548f164f5bf5864788a3dcdda556de45 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Thu, 1 Nov 2018 14:33:58 -0500 Subject: [PATCH] Fix spec lint as surfaced by re-runs of tox -e py27 Change-Id: I0fdf69e4a2f611394174e07aea54d2fac9c2f420 --- specs/stein/approved/keystone-goal-state.rst | 6 +++--- specs/stein/approved/octavia.rst | 3 +++ specs/stein/approved/release-notes-migration-to-reno.rst | 5 +++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/specs/stein/approved/keystone-goal-state.rst b/specs/stein/approved/keystone-goal-state.rst index 3c19c5b..889c7aa 100644 --- a/specs/stein/approved/keystone-goal-state.rst +++ b/specs/stein/approved/keystone-goal-state.rst @@ -33,9 +33,9 @@ software should be set up is determined by a set of information sources. - Cross-model relations -In its simplest form a charm’s sole goal is to as quickly as possible install a -piece of software, write its configuration and fire it up enabling the end user -to make use of the software. +In its simplest form a charm’s sole goal is to as quickly as possible install +a piece of software, write its configuration and fire it up enabling the end +user to make use of the software. Problem Description =================== diff --git a/specs/stein/approved/octavia.rst b/specs/stein/approved/octavia.rst index f171fc7..47aa227 100644 --- a/specs/stein/approved/octavia.rst +++ b/specs/stein/approved/octavia.rst @@ -16,6 +16,9 @@ Octavia Charm ============= +Problem Description +=================== + At present our support for LBaaS makes use of the ``neutron-lbaas`` *service_plugin* and *service_provider* drivers. In the existing implementation the load balancer code, which is a part of the datapath, is run diff --git a/specs/stein/approved/release-notes-migration-to-reno.rst b/specs/stein/approved/release-notes-migration-to-reno.rst index 924ae63..0834ddc 100644 --- a/specs/stein/approved/release-notes-migration-to-reno.rst +++ b/specs/stein/approved/release-notes-migration-to-reno.rst @@ -55,6 +55,11 @@ After the 18.11 Charm release we evaluate and decide on further adoption. 0: https://docs.openstack.org/reno/latest/ +Alternatives +------------ + +None defined. + Implementation ==============