update doc dcos_centos_v1/README.md
Change-Id: I5b080ce3769407d02c9701d635b25b652933d9cd
This commit is contained in:
parent
3a1f41f9f4
commit
1198510dbe
@ -60,12 +60,12 @@ dcos_centos_v1 = magnum.drivers.dcos_centos_v1.driver:Driver
|
|||||||
See how to build a centos image in /opt/stack/magnum/magnum/drivers/dcos_centos_v1/image/README.md
|
See how to build a centos image in /opt/stack/magnum/magnum/drivers/dcos_centos_v1/image/README.md
|
||||||
|
|
||||||
5. Create glance image
|
5. Create glance image
|
||||||
$ glance image-create --name centos-7-dcos.qcow2 \
|
$ openstack image create centos-7-dcos.qcow2 \
|
||||||
--visibility public \
|
--public \
|
||||||
--disk-format qcow2 \
|
--disk-format=qcow2 \
|
||||||
--container-format bare \
|
--container-format=bare \
|
||||||
--os-distro=centos \
|
--property os_distro=centos \
|
||||||
< centos-7-dcos.qcow2
|
--file=centos-7-dcos.qcow2
|
||||||
|
|
||||||
6. Create magnum cluster template
|
6. Create magnum cluster template
|
||||||
Configure DC/OS cluster with --labels
|
Configure DC/OS cluster with --labels
|
||||||
|
Loading…
x
Reference in New Issue
Block a user