~ajkavanagh/openstack-mojo-specs/fix-os-project-id-nova-creds

1
2
3
4
5
6
7
8
9
10
11
12
13
# Collect the charm branches from Launchpad
collect config=collect-ceph-default

# Use juju deployer with ceph-base.yaml bundle
deploy config=ceph-base.yaml delay=0 wait=False target=${MOJO_SERIES}-newton

# Check juju statuses are green and that hooks have finished
verify config=check_juju.py

# Test obj store by sending and recieving files
verify config=test_ceph_store.py

# Success