Code review comment for lp:~chad.smith/charms/precise/block-storage-broker/bsb-ec2-support

Revision history for this message
David Britton (dpb) wrote :

[3]: in StrogaeServiceUtil.__init__, the environment needs to be loaded
before:

    self.ec2_instances_command = getinstances.DescribeInstances()
    self.ec2_volumes_command = getvolumes.DescribeVolumes()

If not, it leads to:

2014-03-19 18:36:43 INFO juju juju-log.go:66 block-storage-broker-ec2/0 block-storage:2: ERROR: Couldn't contact EC2 using euca-describe-volumes

--
David Britton <email address hidden>

« Back to merge proposal