The os_distro of image is case sensitive

The attribute 'os_distro' of image is important for Magnum to select
the correct driver and it's case sensitive. So we need to be careful
to document it to avoid confusion.

Change-Id: I38265b751b707748d7bfcae9bc745c26c5d20f3a
This commit is contained in:
Feilong Wang 2017-12-11 14:48:37 +13:00
parent 2f69309eca
commit 9e0b444c75
1 changed files with 3 additions and 3 deletions

View File

@ -125,9 +125,9 @@ They are loosely grouped as: mandatory, infrastructure, COE specific.
========== =====================
COE os-distro
========== =====================
Kubernetes Fedora-atomic, CoreOS
Swarm Fedora-atomic
Mesos Ubuntu
Kubernetes fedora-atomic, coreos
Swarm fedora-atomic
Mesos ubuntu
========== =====================
This is a mandatory parameter and there is no default value.