~openstack-charmers-next/charms/precise/nova-compute/trunk

« back to all changes in this revision

Viewing changes to tests/charmhelpers/contrib/openstack/amulet/deployment.py

  • Committer: Edward Hope-Morley
  • Date: 2016-04-01 11:17:38 UTC
  • Revision ID: edward.hope-morley@canonical.com-20160401111738-rdrvjreaib9wy273
Support using internal network for clients

Openstack mostly defaults to using public endpoints for
internal communication between services. This patch adds
a new option use-internal-endpoints which, if set to True,
will configure services to use internal endpoints where
possible.

Closes-Bug: 1456876
Change-Id: I736a0a281ec434067bc92fa70898b16a027f7422

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
        # Charms which can not use openstack-origin, ie. many subordinates
127
127
        no_origin = ['cinder-ceph', 'hacluster', 'neutron-openvswitch', 'nrpe',
128
128
                     'openvswitch-odl', 'neutron-api-odl', 'odl-controller',
129
 
                     'cinder-backup']
 
129
                     'cinder-backup', 'nexentaedge-data',
 
130
                     'nexentaedge-iscsi-gw', 'nexentaedge-swift-gw',
 
131
                     'cinder-nexentaedge', 'nexentaedge-mgmt']
130
132
 
131
133
        if self.openstack:
132
134
            for svc in services: