lp:~smoser/eucalyptus/euca2ools-1.0.fixes

Created by Scott Moser and last modified
Get this branch:
bzr branch lp:~smoser/eucalyptus/euca2ools-1.0.fixes
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Scott Moser
Project:
Eucalyptus
Status:
Development

Recent revisions

264. By Scott Moser

fix "running " in describe instances output

This also combines the 2 places that did describe-instances output into a
single function in the euca2ools/__init__.py.

263. By Scott Moser

rebase

262. By Scott Moser

Exit with with non-zero status in Usage except under '--help'.

Additionally, the following 3 files did not sys.exit() on usage,
now they do:
  euca-authorize
  euca-create-volume
  euca-describe-images

261. By Scott Moser

2 changes here regarding euca2ools.setup_environ (LP: #526591)
1. use a loop rather than a list of each variable for copying
   from os.environ to self.environ
2. let bash parse the eucarc file. Eucarc file is bash syntax
   This change makes bash parse the file and cleanly write the output.
   It allows for any file that is valid bash syntax, not limited to
   the previous parsers limitations.

The bash invocation ends up looking something like:
/bin/bash -ec '. /home/smoser/.eucarc >/dev/null;
   printf "%s\0%s\0%s\0%s\0%s\0%s\0%s\0%s\0" \
   "${EC2_ACCESS_KEY}" "${EC2_SECRET_KEY}" "${S3_URL}" "${EC2_URL}" \
   "${EC2_CERT}" "${EC2_PRIVATE_KEY}" "${EUCALYPTUS_CERT}" \
   "${EC2_USER_ID}"'

260. By Neil <neil@pall>

fixes LP: #526697

259. By Neil <neil@pall>

fixes LP: #527477

258. By Neil <neil@pall>

fixes LP: #527477

257. By decker <decker@hawaii>

fix spelling of crypto

256. By Neil <neil@pall>

fixes LP: #525137

255. By Neil <neil@pall>

fixes LP: #516738

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers