1
# Keystone v2 Manual testing
3
If you want to play around with the manila charm, or just test that it is
4
working, then the following will be usefull.
15
## 2. Bootstrap and deploy the environment
17
We'll use the juju-deployer bundle to deploy a suitable testing environment.
20
cd manual_testing/v2_keystone
21
ln -s ../../build/xenial xenial
23
juju-deployer -L -c manila.yaml
26
Note, if you're building for another series, change the link about -- it's so
27
that juju-deployer can access the local charm.
29
## 3. Configure a user and project for the barbican use
36
## 4. Create a container, and a fileshare and test that the container can access it.
41
Now you can investigate other features of manila!