From 9e019f9bd19218bcb3e5aa8861ef63bb0aa5430e Mon Sep 17 00:00:00 2001 From: Accela Zhao Date: Thu, 7 May 2015 11:35:59 +0800 Subject: [PATCH] Remove trailing spaces in container-service.rst The specs/containers-services.rst contains several trailing white spaces. They makes it less compliant with PEP8, which all the other python files are following, even though this file is .rst. Also, trailing white spaces are marked red in the review page, which makes them annoying. This patch removes them. Change-Id: I3cb75922d15d42740523257c8420086fdcaab0f9 --- specs/containers-service.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specs/containers-service.rst b/specs/containers-service.rst index 5b90d0a963..4b0ff3eb70 100644 --- a/specs/containers-service.rst +++ b/specs/containers-service.rst @@ -52,8 +52,8 @@ Use cases to allow the application to use the services available in each environment without changing the container image. 3. Docker Compatibility. End-user has a Dockerfile used to build an application - and its runtime environment and dependencies in a Docker container image. - They want an easy way to run the Docker resulting image on an OpenStack + and its runtime environment and dependencies in a Docker container image. + They want an easy way to run the Docker resulting image on an OpenStack cloud. 4. LXC Compatibility. End-user wants an easy way to remotely create multiple LXC containers within a single Nova instance. @@ -145,7 +145,7 @@ implement only two provisioning schemes for containers: 2.1. Fill them sequentially until full. 2.2. Remove them automatically when they become empty. -The above orchestration will be implemented using Heat. This requires some +The above orchestration will be implemented using Heat. This requires some kind of hypervisor painting (such as host aggregates) for security reasons. The diagram below offers an overview of the system architecture. The OSC box @@ -304,7 +304,7 @@ Notifications impact Contemplated features (in subsequent release cycles): -* Notify the end user each time a Nova instance is created or deleted by +* Notify the end user each time a Nova instance is created or deleted by the Containers service, if (s)he has registered for such notifications. * Notify the user each on CRUD of containers containing start and end notifications. (compute.container.create/delete/etc)