Code review comment for lp:~seyeongkim/charms/trusty/swift-storage/lp1375395

Revision history for this message
Edward Hope-Morley (hopem) wrote :

Seyeong, you could try using a dict i.e.:

args = {'device': 'vdb', 'object_port': 6000, 'account_port': 6002,
        'zone': 1, 'container_port': 6001, 'private-address': 'FE80:0000:0000:0000:0202:B3FF:FE1E:8329'}
self.relation_set.assert_called_with(**args)

« Back to merge proposal