1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# Keystone v2 Manual testing # Steps ## 2. Bootstrap and deploy the environment We'll use the juju-deployer bundle to deploy a suitable testing environment. ```bash juju bootstrap juju-deployer -L -c barbican.yaml ``` Note, if you're building for another series, change the link about -- it's so that juju-deployer can access the local charm. |