Revision 536a1f14 snf-tools/synnefo_tools/burnin.py

b/snf-tools/synnefo_tools/burnin.py
244 244
        pithos_url = cls.astakos_client.\
245 245
            get_service_endpoints('object-store')['publicURL']
246 246
        cls.pithos_client = PithosClient(pithos_url, TOKEN)
247
        cls.pithos_client.CONNECTION_RETRY_LIMIT = 2
247 248

  
248 249
        # Get images
249 250
        cls.images = \
......
452 453
        pithos_url = cls.astakos_client.\
453 454
            get_service_endpoints('object-store')['publicURL']
454 455
        cls.pithos_client = PithosClient(pithos_url, TOKEN, cls.uuid)
456
        cls.pithos_client.CONNECTION_RETRY_LIMIT = 2
455 457

  
456 458
        cls.containers = cls.pithos_client.list_containers()
457 459
        cls.result_dict = dict()

Also available in: Unified diff