~junaidali/charms/trusty/plumgrid-director/mgmt_val

« back to all changes in this revision

Viewing changes to unit_tests/test_pg_dir_hooks.py

  • Committer: bbaqar at plumgrid
  • Date: 2016-05-18 09:48:39 UTC
  • mfrom: (31.1.8 plumgrid-director)
  • Revision ID: bbaqar@plumgrid.com-20160518094839-gfvrpxkwh3u08z0y
Merge - Mitaka changes
- Created new relation with neutron-api-plumgrid 
- getting pg creds in config 
- nginx conf changes for middleware

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    'determine_packages',
32
32
    'post_pg_license',
33
33
    'config',
34
 
    'load_iptables'
 
34
    'load_iptables',
 
35
    'status_set'
35
36
]
36
37
NEUTRON_CONF_DIR = "/etc/neutron"
37
38