~junaidali/charms/trusty/plumgrid-gateway/oil_bug

« back to all changes in this revision

Viewing changes to unit_tests/test_pg_gw_hooks.py

  • Committer: Bilal Baqar
  • Date: 2016-03-14 06:43:21 UTC
  • mfrom: (18.4.2 plumgrid-gateway)
  • Revision ID: bbaqar@plumgrid.com-20160314064321-af3xlaktrkakgbbh
Made the following changes:
1. Reordered file and module imports
2. Sorted director IPs
3. Added unit fqdn in /etc/hosts of plumgrid-lxc
4. Loading plumgrid specific iptables on install
5. Added temporary upgrade hook to load iptables
6. stop_pg() is being used in restart_pg()
7. persistant iptables

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    'ensure_mtu',
31
31
    'add_lcm_key',
32
32
    'determine_packages',
 
33
    'load_iptables'
33
34
]
34
35
NEUTRON_CONF_DIR = "/etc/neutron"
35
36