conjure-up:fix-516

Last commit made on 2016-12-19
Get this branch:
git clone -b fix-516 https://git.launchpad.net/conjure-up
Members of conjure-up can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
fix-516
Repository:
lp:conjure-up

Recent commits

c9fccfd... by Adam Stokes <email address hidden>

Fixes #516

Adding telemetry's own async queue will unblock our main juju async queue for
performing the necessary tasks of conjure-up.

Signed-off-by: Adam Stokes <email address hidden>

bcbbff5... by Mike McCracken

Improved ux for architecture view (#527)

* Restrict cores field to ints only

Signed-off-by: Michael McCracken <email address hidden>

* Improve cues for editable Pins and Contraints

Add background color and help text for Pin buttons and constraints

Signed-off-by: Michael McCracken <email address hidden>

* Make add new machine button more obvious

Signed-off-by: Michael McCracken <email address hidden>

f150bff... by Mike McCracken

Just always cast constraints to string (#525)

Just alwyas start with a string before converting to a number.

Signed-off-by: Michael McCracken <email address hidden>

a882bb0... by Mike McCracken

Merge pull request #524 from conjure-up/fix-constraint-commit

Deep copy machines dict

377b1a2... by Mike McCracken

Deep copy machines dict

Fixes bug where cancelling app arch view still persisted constraint changes.

Signed-off-by: Michael McCracken <email address hidden>

fb88255... by Mike McCracken

Fix for new cloud creation (#522)

* Fix crash when creating new clouds

Store the cloud type early.
DeployController needs to know the cloud type during __init__, but the
bootstrap might not be done yet, so get_controller_info can't be used to
get the cloud type.

Instead store it as soon as we have chosen a cloud, and use that stored
value instead of inspecting juju via the CLI.

Signed-off-by: Michael McCracken <email address hidden>

* Fix for errors when bootstrapping MAAS controllers

setup_maas can fail when the bootstrap is just starting.
allow for it to fail a few times before giving up.

also do not kill off all timers after bootstrap - not clear what that
was intended for.

Signed-off-by: Michael McCracken <email address hidden>

285f846... by Mike McCracken

Merge pull request #519 from conjure-up/placement-constraints

add constraint editing to architecture screen

27fa9a1... by Mike McCracken

auto-format

Signed-off-by: Michael McCracken <email address hidden>

f665586... by Mike McCracken

Correctly handle constraint units

Signed-off-by: Michael McCracken <email address hidden>

dd65c4d... by Mike McCracken

nicer constraint display in machine list

Signed-off-by: Michael McCracken <email address hidden>