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

« back to all changes in this revision

Viewing changes to hooks/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:
665
665
    service_name = 'nova-compute'
666
666
    nova_user = 'nova'
667
667
    start_dir = '/var/lib/nova'
668
 
    nova_conf = 'etc/nova/nova.conf'
 
668
    nova_conf = '/etc/nova/nova.conf'
669
669
    nova_api_metadata_context = {
670
670
        'service_description': 'Nova Metadata API server',
671
671
        'service_name': service_name,