Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-24 | use openstack metadata version 2012-08-10 unless not available | Scott Moser | |
If 'latest' is found, but '2012-08-10' is not, we will log a warning but attempt to use it. | |||
2012-08-24 | use instance-id, not previous-instance-id. | Scott Moser | |
at the point where we are getting the previous instance id, there cloud-init hasn't performed the move yet. Therefore, the "previous" is the one that /var/lib/cloud/data/ says is the current. | |||
2012-08-24 | use 'uuid' as 'instance-id' | Scott Moser | |
openstack metadata uses 'uuid' as an instances 'instance-id'. just copy that to the metadata['instance-id'] | |||
2012-08-24 | committing in preparation for actual test | Scott Moser | |
2012-08-23 | some more tests. | Scott Moser | |
2012-08-23 | fix pep8 and pylint | Scott Moser | |
2012-08-23 | initial functional unit test | Scott Moser | |
2012-08-22 | fix pep8 complaints. | Scott Moser | |
make pep8 now is silent on precise's pep8 ( 0.6.1-2ubuntu2). | |||
2012-06-21 | 1. Move all info() logging methods to debug() | harlowja | |
2. Adjust comment on sources list from depends 3. For the /etc/timezone 'writing', add a header that says created by cloud-init | |||
2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow | |
2012-06-18 | Fixed the constructor params | Joshua Harlow | |
2012-06-15 | Fixups to ensure that pylint does not find anything major wrong. | Joshua Harlow | |
2012-06-15 | Update applying network esttings to use the distro function to handle this, ↵ | Joshua Harlow | |
use logexc instead of log.exception | |||
2012-06-11 | Fix this up to work with new utils/logging/datasource... | Joshua Harlow | |
2012-06-07 | Darn it. Those shouldn't be there! | Joshua Harlow | |