Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

OpenStack

Matthias Koeppe edited this page Dec 19, 2022 · 3 revisions

TODO: Fill in more useful information here. For now I'm just dumping some notes here:

docker-machine create -d openstack
    --openstack-domain-name=stratuslab \
    --openstack-username=embray --openstack-password=******** \
    --openstack-auth-url=https://keystone.lal.in2p3.fr:5000/v3 \
    --openstack-flavor-name=os.4 --openstack-image-name=debian-9.4-20180319 \
    --openstack-tenant-id=d593d7819b6f42d09a5f89339cdfcfc5 \
    --openstack-region=lal --openstack-insecure \
    --openstack-ssh-user=debian --engine-storage-driver=overlay2
Clone this wiki locally