~openstack-charmers-archive/charms/trusty/nova-compute/next

« back to all changes in this revision

Viewing changes to unit_tests/test_nova_compute_utils.py

  • Committer: Corey Bryant
  • Date: 2015-04-15 19:16:26 UTC
  • mto: This revision was merged to the branch mainline in revision 123.
  • Revision ID: corey.bryant@canonical.com-20150415191626-5838frg22ztqssor
Fix nova_conf path

Show diffs side-by-side

added added

removed removed

Lines of Context:
596
596
        service_name = 'nova-compute'
597
597
        nova_user = 'nova'
598
598
        start_dir = '/var/lib/nova'
599
 
        nova_conf = 'etc/nova/nova.conf'
 
599
        nova_conf = '/etc/nova/nova.conf'
600
600
        nova_api_metadata_context = {
601
601
            'service_description': 'Nova Metadata API server',
602
602
            'service_name': service_name,