~mpontillo/maas:fix-130-tags--gbancroft

Last commit made on 2017-08-01
Get this branch:
git clone -b fix-130-tags--gbancroft https://git.launchpad.net/~mpontillo/maas
Only Mike Pontillo can upload to this branch. If you are Mike Pontillo please log in for upload directions.

Branch merges

Branch information

Name:
fix-130-tags--gbancroft
Repository:
lp:~mpontillo/maas

Recent commits

40a4ace... by Mike Pontillo

Run 'make styles'.

7ece270... by Graham Bancroft

Fix interface tag display on small screens. LP: #1682490

9bb4b3c... by Andres Rodriguez

Open 2.3.0~alpha2

eae082b... by Andres Rodriguez

Switch the 'enable_boot' flag to True by default.

ac0cbf3... by Andres Rodriguez

Prepare master for 2.3.0 alpha 1 release.

Update debian/changelog
Update debian/control
Update docs/changelog.rst

d7f5060... by Justin Kovaric

Ephemeral OS support for boot Caringo storage nodes.

This adds the ability for an operating system to be deployed ephemerally only. Every reboot will just reboot the ephemeral OS, until the machine is released. Currently this only works with the caringo OS type.

203936f... by Newell Jensen

LP: #1706196 - Don't allocate composed machine with tags.

Exclude pod machine composition during allocation if tags are supplied.

5d1b3e0... by Lee Trager

Don't run systemctl daemon-reload.

Users have reported that in some cases running systemctl daemon-reload when installing lldpd during commissioning will hang. This causes the script to timeout and commissioning to fail.

492b78a... by Björn Tillenius

Change the proxy settings UI to enable configuring a peer proxy.

The network part of the settings page was split into proxy, ntp, and dns, since it was getting too big.

abc094c... by Lee Trager

Enumate a terminal when logging script output

Some applications don't properly detect that they are not being run in a
terminal and refresh output for progress bars, counters, and spinners. These
characters quickly add up making the log difficult to read. When writing output
from an application emulate a terminal so readable data is captured.

Fixes: LP: #1705792