~chad.smith/cloud-init:bug/1776701-openstack-local-no-probe-on-ec2

Last commit made on 2018-06-16
Get this branch:
git clone -b bug/1776701-openstack-local-no-probe-on-ec2 https://git.launchpad.net/~chad.smith/cloud-init
Only Chad Smith can upload to this branch. If you are Chad Smith please log in for upload directions.

Branch merges

Branch information

Name:
bug/1776701-openstack-local-no-probe-on-ec2
Repository:
lp:~chad.smith/cloud-init

Recent commits

8266327... by Chad Smith

proper mock of get_proc_env in unit tests

69b6200... by Chad Smith

doc update

c3183e9... by Chad Smith

define top-level constants VALID_DMI_PRODUCT_NAMES and VALID_DMI_ASSET_TAGS

4055f7d... by Chad Smith

use is_x86 in read_dmi_data and add unit test for it

760279f... by Chad Smith

fix unit tests to mock is_x86 instead of uname

44caa4a... by Chad Smith

pyflakes and pycodestyle

2effe5c... by Chad Smith

fix unit tests given use of get_proc_env

9a475d0... by Chad Smith

doc tweak

9c9f6ab... by Chad Smith

add Discovery section to OpenStack datasource RTD

c84f679... by Chad Smith

address review comments

- magic variables at the top of DataSourceOpenStack
- use util.get_proc_env instead of rolling our own
- add util.is_x86 with efficient string checks for matching
architecture use is_x86 in detect_openstack