| Age | Commit message (Collapse) | Author | 
|---|
|  | previously, there was an attempt in the config drive source to limit
the source device to a "full block device" rather than a partition.
This was done by a simplistic approach of checking that the last 
character of the name was not a number.  That was filtering out
CD-rom devices (sr0).
Now, we have a bit more sophisticated approach to that same problem.
We filter out block devices that have a 'partition' entry in
/sys/class/block/DEVICE_NAME/partition .
LP: #1100545 | 
|  | This function can be used to ensure that mocker objects 
are restored and verified during usage if exceptions are 
thrown while the mock object is being used.
Ensure it is used in the config drive test when multiple
mock objects are being created and restored.
LP: #1098430 | 
|  | This does a couple things:
 * separates out the 'normalize_public_keys' from the DataSource's get_public_ssh_keys
 * uses that from config-drive datasource
 * supports config drive v1 or v2 public-keys
 * adds a test.
LP: #1077700 | 
|  | 1. Remove the usage of the path.join function
   now that all code should be going through
   the util file methods (and they can be
   mocked out as needed).
2. Adjust all occurences of the above join
   function to either not use it or replace
   it with the standard os.path.join (which
   can also be mocked out as needed)
3. Fix pylint from complaining about the
   tests folder 'helpers.py' not being found
4. Add a pylintrc file that is used instead
   of the options hidden in the 'run_pylint' 
   tool. | 
|  |  | 
|  |  | 
|  | Also fix the extraction of the metadata key name
since it actually uses 'dashes' instead of being
a single word. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | make pep8 now is silent on precise's pep8 ( 0.6.1-2ubuntu2). | 
|  | These changes add a new data source to cloud-init to support passing user
data to RHEVm and vSphere.  The user data is passed to RHEVm v3.0 (current
version) using a floppy injection hook and to vSphere via cdrom device.
RHEVm v3.1 will use a method similar to vSphere.  Once available support
for that is also expected. | 
|  |  | 
|  | https://code.launchpad.net/~joev-n/cloud-init/altcloud-changes/+merge/116542/comments/255564
https://code.launchpad.net/~joev-n/cloud-init/altcloud-changes/+merge/116542/comments/255565 | 
|  |  | 
|  | https://code.launchpad.net/~joev-n/cloud-init/altcloud-changes/+merge/116542 | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | instead of MaaS or Maas, use MAAS consistently.
The only non 'MAAS' left are all lower case. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Tests at this point seem to indicate that seed-dir would work. |