Commit Graph

13 Commits

Author SHA1 Message Date
Florian Haas 11e7f330fb Document use of kube_tag label
Explain how to select a specific Kubernetes version by specifying the
kube_tag label.

In the process, also fix the broken list of images that must be
mirrored, immediately above kube_tag.

In addition, fix an unrelated whitespace error in
specs/containers-service.rst which would cause tox -e docs to fail.

Change-Id: Ieff1474b74e0b1595c05d945b69bec16bfef9c3b
2018-02-13 13:40:34 +00:00
Jenkins 182b6aa520 Merge "Fix the link for Docker Remote API" 2015-09-01 09:43:02 +00:00
venkatamahesh 41d08fe000 Fix the link for Docker Remote API
The link given to Docker API getting error as it
is old version. So I removed the version extension
and also named it as "Docker Remote API"

Change-Id: If3d6ce2c74455a2d8c2c9fff51af1f5cbe330e76
Closes-Bug: #1488708
2015-09-01 13:57:57 +05:30
venkatamahesh c34b8eb1af Fix the representation of REST
According to the wikipedia page, Representational
state transfer should be written as REST but in some
files it is written as ReST, so I changed it to
correct one

Change-Id: I1909b09fbe3e4ed99d817fdaf0006ef55367e74d
Closes-Bug: #1488816
2015-09-01 08:40:39 +05:30
Accela Zhao 9e019f9bd1 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
2015-05-07 16:08:35 +08:00
Fenghuafang bbd0dfb82f Implements: Fix typos in containers-service.rst
Closes-Bug: #1441981
Change-Id: I7162cc92f6a6e03e591158c5a865d79104eeccbf
2015-04-11 12:34:38 +00:00
xxj 16362bfc82 Add a spce between the words of feature and set in the spec file
Change-Id: I3ab5bcce004c7f8792985bf191d95e576e2201f8
Closes-Bug: #1436389
2015-03-25 15:10:43 +00:00
Mitsuhiro SHIGEMATSU 1e3750ee2e Fix typos in magnum/specs/containers-service.rst
Closes-Bug: #1433545
Change-Id: I3d986f546bcaa13e4361d35b42b7678d796bc62e
2015-03-18 11:34:42 +00:00
Kennan d294e3869e Fix the typo in specs
Closes-Bug: #1410273
Change-Id: I917d9c4cd1b6de4f545b800731284c344f77ce3f
2015-01-16 08:55:27 +08:00
Steven Dake f4968bb277 Add use case: Permit use of native ReST APIs
The ability to use native ReST APIs may be important for some users
of Magnum who only want to take advantage of the bay management
features.

Change-Id: I33ec50418b7ebd25786a51edff912e58d6731044
2015-01-08 13:54:57 -07:00
Hongbin Lu 9744c393af Added multi-region/multi-cloud use case to specs
Change-Id: I3b5bcbb8f41c987b421303a72aa010e520b9439f
2015-01-02 20:04:20 +00:00
Hongbin Lu d74df5cb62 Added container network use case to specs
Change-Id: I1f8cdf41c962866b7250126212694904beb3c0ed
2015-01-02 19:58:37 +00:00
Adrian Otto f2c4c3eafc Containers Service Spec
Containers share many features in common with Nova instances. For the common
features, virt drivers for Nova can be used to surface basic instance
functionality. For features that go beyond what can be naturally fit within
a virt driver, we propose a new API service that allows for advanced features
to be added without conflating the worlds of instances and containers.

Re-post of the spec originally posted at:
https://review.openstack.org/114044

Change-Id: Ic5d95f5d6ba0d6845023bf59f9bad4377d50578f
2014-11-20 19:28:10 +00:00