From 09dab2a88b75f389ac2348ad3c683525b87a4cfe Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 18 Jan 2017 09:49:40 +0000 Subject: [PATCH] Add basic README --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..31c3dde --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Rally Snap + +This repository contains the source code of the snap for the OpenStack benchmark +as a service, Rally. + +## Installing this snap + +The rally snap can be installed directly from the snap store: + + sudo snap install --edge rally + +then setup the alias for rally-manage (this will automatically happen at some +point in the future): + + sudo snap alias rally rally-manage + +and then initialize your local rally db: + + rally-manage db create + +## Support + +Please report any bugs related to this snap on +[Launchpad](https://bugs.launchpad.net/snap-rally/+filebug). + +Alternatively you can find the OpenStack Snap team in `#openstack-snaps` +on Freenode IRC.