>
> - assertTrue(success);
> + for (int i=0; i < 6; i++) {
> + boolean success = queueApi.create("jclouds-test-" + i);
> +
> + assertTrue(success);Add message? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/56/files#r7881713
