~hopem/charms/trusty/nova-compute/lp1499656

1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/python

"""Amulet tests on a basic nova compute deployment on trusty-juno."""

from basic_deployment import NovaBasicDeployment

if __name__ == '__main__':
    deployment = NovaBasicDeployment(series='trusty',
                                     openstack='cloud:trusty-juno',
                                     source='cloud:trusty-updates/juno')
    deployment.run_tests()