Snap package for all OpenStack client tools
Go to file
James Page 0142c637f5 prime: byte compile python for performance
Ensure we include pyc files as part of the snap so that it
actually loads in a reasonable amount of time.

Change-Id: I4af6edb829129e2ce97d03f7d53f2393c7234926
2018-07-30 14:29:31 +01:00
.gitignore Initial snap 2017-01-24 14:44:36 +00:00
.gitreview Misc fixes for gate testing 2017-02-13 11:31:32 +00:00
CONTRIBUTING.rst Initial snap 2017-01-24 14:44:36 +00:00
README.md Initial snap 2017-01-24 14:44:36 +00:00
bindep.txt Misc fixes for gate testing 2017-02-13 11:31:32 +00:00
generate-cmds Initial snap 2017-01-24 14:44:36 +00:00
requirements.txt Initial snap 2017-01-24 14:44:36 +00:00
snapcraft.yaml prime: byte compile python for performance 2018-07-30 14:29:31 +01:00
tox.ini Misc fixes for gate testing 2017-02-13 11:31:32 +00:00

README.md

OpenStack Clients Snap

This repository contains the source code of the snap for all OpenStack Client tools.

Installing this snap

The openstackclients snap can be installed directly from the snap store:

sudo snap install --edge --classic openstackclients

then setup the aliases for all client tools (this will automatically happen at some point in the future):

ls -1 /snap/bin/openstackclients.* | cut -f 2 -d . | xargs sudo snap alias openstackclients

Support

Please report any bugs related to this snap on Launchpad.

Alternatively you can find the OpenStack Snap team in #openstack-snaps on Freenode IRC.