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
This commit is contained in:
Accela Zhao 2015-05-07 11:35:59 +08:00
parent 7b6df2a3c2
commit 9e019f9bd1
1 changed files with 4 additions and 4 deletions

View File

@ -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)