~junaidali/charms/trusty/plumgrid-edge/trunk

« back to all changes in this revision

Viewing changes to hooks/pg_edge_utils.py

  • Committer: bbaqar at plumgrid
  • Date: 2015-08-09 15:48:20 UTC
  • Revision ID: bbaqar@plumgrid.com-20150809154820-bqhjde31l5e33b6x
Support added for metadata

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
import time
28
28
import os
29
29
 
 
30
SHARED_SECRET = "/etc/nova/secret.txt"
30
31
LXC_CONF = '/etc/libvirt/lxc.conf'
31
32
TEMPLATES = 'templates/'
32
33
PG_LXC_DATA_PATH = '/var/lib/libvirt/filesystems/plumgrid-data'