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

« back to all changes in this revision

Viewing changes to tests/basic_deployment.py

  • Committer: Antoni Segura Puimedon
  • Date: 2016-01-27 18:24:05 UTC
  • Revision ID: toni@midokura.com-20160127182405-fcd4qc4hs39i8ru8
fix jinja2 installation order

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
                         'openstack-origin': self.os_release})
125
125
 
126
126
        self.d.configure('mysql', {
127
 
                         'max-connections': 500,
128
 
                         'root-password': 'openstack'})
 
127
                         'max-connections': 500})
129
128
 
130
129
        self.d.configure('cassandra', {
131
130
            'authenticator': 'AllowAllAuthenticator',
144
143
        self.d.configure('nova', {
145
144
                         'openstack-origin': self.os_release,
146
145
                         'network-manager': 'Neutron',
147
 
                         'shared_secret': 'secret'})
 
146
                         'shared-secret': 'secret'})
148
147
 
149
148
        self.d.configure('neutron', {
150
149
                         'neutron-plugin': 'midonet',