~openstack-charm-sync/charms/trusty/ceph-radosgw/next

« back to all changes in this revision

Viewing changes to tests/basic_deployment.py

  • Committer: James Page
  • Date: 2016-02-23 09:52:38 UTC
  • mfrom: (64.1.1 trunk)
  • Revision ID: james.page@ubuntu.com-20160223095238-jgyf5y1u9kdqs68x
Fix amulet tests for recent nova-compute changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
397
397
        conf = '/etc/nova/nova.conf'
398
398
        expected = {
399
399
            'libvirt': {
400
 
                'rbd_pool': 'nova',
401
400
                'rbd_user': 'nova-compute',
402
401
                'rbd_secret_uuid': u.not_null
403
402
            }