archupsg03 commented on this pull request.
> }
- return api.getContainerApi(regionId).create(container, BASIC_CONTAINER);
+ resultContainerCreate = api.getContainerApi(regionId).create(container,
BASIC_CONTAINER);
+ if (resultContainerCreate) {
+ Container val = api.getContainerApi(regionId).get(container);
+ containerCache.put(container, Optional.fromNullable(val));
+ }
+ return resultContainerCreate;
This is a separate fix. Will submit another PR
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1090#discussion_r114249131