~1chb1n/charms/trusty/swift-storage/stable-flip-tests-helper-syncs

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/openstack/context.py

[beisner,r=james-page] auto normalize amulet test definitions and amulet make targets; charm-helper sync.

Show diffs side-by-side

added added

removed removed

Lines of Context:
459
459
 
460
460
                ctxt['rabbitmq_hosts'] = ','.join(sorted(rabbitmq_hosts))
461
461
 
 
462
        oslo_messaging_flags = conf.get('oslo-messaging-flags', None)
 
463
        if oslo_messaging_flags:
 
464
            ctxt['oslo_messaging_flags'] = config_flags_parser(
 
465
                oslo_messaging_flags)
 
466
 
462
467
        if not context_complete(ctxt):
463
468
            return {}
464
469