~tamilmani1989/cloud-init:azure_networking

Last commit made on 2018-11-29
Get this branch:
git clone -b azure_networking https://git.launchpad.net/~tamilmani1989/cloud-init
Only Tamilmani Manoharan can upload to this branch. If you are Tamilmani Manoharan please log in for upload directions.

Branch merges

Branch information

Name:
azure_networking
Repository:
lp:~tamilmani1989/cloud-init

Recent commits

56559c2... by Tamilmani Manoharan

Fixed code style error

9bc4a08... by Tamilmani Manoharan

There are 2 fixes:
1. if timeout happens, read returns none and concatenate data after that check
2. While resolving merge conflicts, removed else part accidentally. Restored the else condition.
3. Also reverted testcase changes

5917a00... by Tamilmani Manoharan

Merge branch 'master' of https://git.launchpad.net/cloud-init into azure_networking

4ce8a28... by Scott Moser

tests: fix incorrect order of mocks in test_handle_zfs_root.

The order of parameters to test_handle_zfs_root did not match
the order of the mocks applied.

Thanks to Jason Zions for pointing this out.

2e93cc6... by Tomer Cohen

doc: Change dns_nameserver property to dns_nameservers.

According to the examples in the page, v1 network config DNS should
be defined using the dns_nameservers. The singular dns_nameserver is
undefined.

ea309e3... by Tamilmani Manoharan

Fixed code style errors

4d7dde8... by Tamilmani Manoharan

fixed spell error

8157985... by Tamilmani Manoharan

removed saving data to another variable

77dfb5f... by Tamilmani Manoharan

removed blank line at eof

c600588... by Tamilmani Manoharan

addressed reading partial messages from buffer issue and handled netlink socket close in case of exception