No description, website, or topics provided.
Shell
Switch branches/tags
Nothing to show
Latest commit a368cbf Aug 9, 2017 @coreycb coreycb Run with virt-aa-helper in enforcing mode
Libvirt has been fixed [0] to enable running the nova-hypervisor
snap with virt-aa-helper in enforcing mode.

[0] https://bugs.launchpad.net/ubuntu/+bug/1644507

README.md

snap-test

A script for testing OpenStack snap packages on a single node.

To install OpenStack using snaps:

./snap-deploy

Once the snaps are installed and configured you can access the cloud using:

source admin-openrc
openstack server create --flavor m1.small --image xenial test-instance

The cloud is configured with Keystone v3 authentication, and includes identity, image, compute and networking services.