lp://staging/~tealeg/landscape-client/assertIsNone-in-deployment-tests
- Get this branch:
- bzr branch lp://staging/~tealeg/landscape-client/assertIsNone-in-deployment-tests
Branch merges
- Chad Smith: Approve
- David Britton (community): Approve
-
Diff: 12 lines (+1/-1)1 file modifiedlandscape/tests/test_deployment.py (+1/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 724. By Geoff Teale
-
Use assertEqual(None,.. instead of assertIsNone(.. to maintain Lucid compatibility on the client tests.
- 723. By Geoff Teale
-
Merge use-configobj [f=1221659] [r=tribaal,
free.ekanayaka] [a=Geoff Teale]
This branch does a minimal conversion of the landscape-client config
system to use ConfigObj instead of ConfigParser, which fixes the issue
of trashing any comments in the configuration file when we make
updates to it (ConfigParser simply ignores comments at read time, and
is not capable of writing them). - 721. By Alberto Donato
-
Raise ValueError in ranges_to_sequence if range has invalid bounds. Lints. [trivial] [r=free.ekanayaka]
- 720. By Geoff Teale
-
Merge prevent-
overwriting- config [f=1221633] [r=tribaal,ack] [a=Geoff Teale]
This branch modifies the write method of
landscape.deployment. BaseConfigurati on to ensure that valid
configuration values that existed in the file prior to modification
are retained even if they match defaults. - 719. By Chad Smith
-
Merge avoid-metadata-
pycurl- traceback [f=1216689] [r=tribaal, free.ekanayaka] [a=Chad Smith]
Avoid pycurl tracebacks from missing EC2 API meta-data calls. Metadata queries allow 3 retries before giving up and logging warnings. - 718. By Jerry Seutter
-
Merge meta-data-cloud [f=1214654] [r=chad.
smith,adam- collard] [a=Jerry Seutter]
Cloud metadata in computer-info message [f=1214654][r=chad. smith,adam- collard] Cloud instance metadata is now present in the computer-info message. It changes the "extra-meta-data" attribute in the computer-info message to be "meta-data" and adds the instance id, ami image id and instance type to the attribute.
- 717. By Adam Collard
-
Merge assert-python-26 [f=1215451] [r=ack,tealeg] [a=Adam Collard]
Replace use of assertIs* with assertTrue and use of is statement to maintain Python 2.6 compatibility. - 716. By Fernando Correa Neto <email address hidden>
-
- add cloud-meta-data to the computer info message schema. [trivial] [r=jseutter]
- 715. By Alberto Donato
-
Merge error-unreadabl
e-config- file [f=1208825] [r=tealeg, adam-collard] [a=Alberto Donato]
This makes the client exit with error if none of the configuration file (either specified
via --config or from default locations) can be read.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~landscape/landscape-client/trunk