OpenStack in a snap!
Go to file
James Page dc7bc0afb9 Make libspice-server1 optional 2018-11-12 15:59:01 +00:00
patches Major restructure 2018-11-02 10:55:42 +00:00
snap/hooks Mysql quick init (#26) 2018-11-11 16:29:27 -05:00
snap-overlay Mysql quick init (#26) 2018-11-11 16:29:27 -05:00
snap-wrappers Drop libvirt wrapper script, no longer needed 2018-11-06 09:07:05 +00:00
src/experiments/bin Add neutron agents (#17) 2018-10-31 12:45:44 -04:00
tests Switch region name to microstack 2018-11-08 09:41:49 +00:00
.gitignore Fix horizon (#23) 2018-11-07 16:30:20 -05:00
README.md Add basic README 2018-11-09 11:15:56 +00:00
snapcraft.yaml Make libspice-server1 optional 2018-11-12 15:59:01 +00:00

README.md

microstack

Snap Status

OpenStack in a snap that you can run locally.

User Guide

microstack is frequently updated to provide the latest stable updates of the most recent OpenStack release. The quickest was to get started is to install directly from the snap store. You can install microstack using:

sudo snap install microstack --classic --edge

Once the snap is installed, you need to perform a one off configuration process:

sudo microstack.configure

This will initialize all OpenStack services, configure access, network and an image to use on the local OpenStack deployment.

Accessing OpenStack

microstack provides a pre-configured OpenStack CLI to access the local OpenStack deployment; its namespace using the microstack prefix:

microstack.openstack server list

Stopping and starting microstack

You may wish to temporarily shutdown microstack when not in use without un-installing it.

microstack can be shutdown using:

sudo snap disable microstack

and re-enabled latest using:

sudo snap enable microstack