~celebdor/charms/trusty/neutron-agents-midonet/trunk

« back to all changes in this revision

Viewing changes to charm-helpers-hooks.yaml

  • Committer: Antoni Segura Puimedon
  • Date: 2016-01-25 15:57:58 UTC
  • Revision ID: toni@midokura.com-20160125155758-ni7pxb7vryhgckpj
Sync dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
branch: lp:~openstack-charmers/charm-helpers/stable
2
2
destination: hooks/charmhelpers
3
3
include:
4
 
    - contrib.hahelpers
5
 
    - contrib.openstack.context
6
 
    - contrib.openstack.ip
7
 
    - contrib.openstack.neutron
8
 
    - contrib.openstack.templates|inc=*
9
 
    - contrib.openstack.templating
10
4
    - contrib.openstack.utils
11
5
    - contrib.network.ip
12
6
    - contrib.python
13
7
    - contrib.storage.linux
14
 
    - core.decorators
15
8
    - core.fstab
16
9
    - core.hookenv
17
10
    - core.host
18
11
    - core.services
19
 
    - core.strutils
20
 
    - core.sysctl
21
12
    - core.templating
22
13
    - core.unitdata
23
14
    - fetch