reuse of bucket gives unhelpful error message
Bug #849171 reported by
Roger Peppe
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyjuju |
Fix Released
|
Undecided
|
Jim Baker |
Bug Description
Starting with ensemble for the first time, I copied environment.yaml, not realising that I needed to change the control bucket id,
which was already in use and not accessible by me.
This gave the following error message:
% ensemble bootstrap
2011-09-13 14:00:28,077 INFO Bootstrapping environment 'sample' (type: ec2)...
Error Message: Access Denied
2011-09-13 14:00:28,611 ERROR Error Message: Access Denied
%
A more helpful error message would be better.
The instructions should probably mention this too.
To post a comment you must log in.
so this was a transient problem relating to the txaws dep, its no longer an issue. although multiple environments using the same bucket is a problem in that they stomp on each other, but if an env has been shutdown, the bucket can safely be reused. marking as invalid for now.