~raharper/cloud-init:ubuntu/devel/newupstream-20180914.2

Last commit made on 2018-09-14
Get this branch:
git clone -b ubuntu/devel/newupstream-20180914.2 https://git.launchpad.net/~raharper/cloud-init
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/devel/newupstream-20180914.2
Repository:
lp:~raharper/cloud-init

Recent commits

39c02e7... by Ryan Harper

releasing cloud-init version 18.3-46-gbb60f61b-0ubuntu1

1a1459f... by Ryan Harper

update changelog (New upstream snapshot 18.3-46-gbb60f61b).

91ac94a... by Ryan Harper

merge from upstream/master at 18.3-46-gbb60f61b

bb60f61... by Scott Moser

ds-identify: doc string cleanup.

There was a typo in the doc string at the top of ds-identify
(disable -> disabled). That is fixed here as well as adding some
better examples on content in /etc/cloud/ds-identify.cfg.

c6cfed7... by Fabian Wiesel

OpenStack: Support setting mac address on bond.

Fix a bug where setting of mac address on a bond device was
ignored when provided in OpenStack network_config.json.

LP: #1682064

d418088... by Ryan Harper

releasing cloud-init version 18.3-44-g84bf2482-0ubuntu1

be7f59a... by Ryan Harper

update changelog (New upstream snapshot 18.3-44-g84bf2482).

e6933f2... by Ryan Harper

merge from upstream/master at 18.3-44-g84bf2482

84bf248... by Scott Moser

bash_completion/cloud-init: fix shell syntax error.

A syntax error creeped in with commit c7555762f3a3.

12066fc... by Scott Moser

EphemeralIPv4Network: Be more explicit when adding default route.

On OpenStack based OVH public cloud, we got DHCP response with
  fixed-address 54.36.113.86;
  option subnet-mask 255.255.255.255;
  option routers 54.36.112.1;

The router clearly is not on the subnet. So 'ip' would fail when
we tried to add the default route.
The solution here is to add an explicit route on that interface
to the router and then add the default route.

Also add 'bgpovs' to the list of 'physical' types for OpenStack
network configuration. That type is used on OVH public cloud.

LP: #1792415