ironic-python-agent/ironic_python_agent
Ricardo Araújo Santos a90ee859a2 Prevent failure on 'copy_configdrive_to_disk.sh'
The script splits 'sfdisk' output wrongly in blank spaces leading to
failures when partition id is greater than 10, e.g.:
"/dev/sda10: start= ...".

This fix splits the output on ":" and trims trailing space when
partition id is less than 10, e.g.: "/dev/sda1 : start= ...".

Change-Id: I23f4b747fc0a86713cb912afc5d193398e6a597b
Closes-Bug: 1581699
2016-05-17 18:09:03 -03:00
..
api TinyIPA: Precompile python code for faster load 2016-05-11 18:58:57 +01:00
cmd [inspection] wait for the PXE DHCP by default and remove the carrier check 2016-05-10 18:12:46 +02:00
extensions Merge "Improve __str__ method of BaseCommandResult" 2016-04-07 22:42:36 +00:00
shell Prevent failure on 'copy_configdrive_to_disk.sh' 2016-05-17 18:09:03 -03:00
tests [inspection] wait for the PXE DHCP by default and remove the carrier check 2016-05-10 18:12:46 +02:00
__init__.py Use # instead of """ for copyright blocks 2014-04-10 07:14:06 -07:00
agent.py Bind to interface routable to the ironic host, not a random one 2016-03-21 14:21:12 +00:00
encoding.py Create a SerializableComparable class 2015-09-11 13:44:09 -07:00
errors.py Bind to interface routable to the ironic host, not a random one 2016-03-21 14:21:12 +00:00
hardware.py Allow shred zeroize option to be configured 2016-04-18 16:59:32 -04:00
inspector.py [inspection] wait for the PXE DHCP by default and remove the carrier check 2016-05-10 18:12:46 +02:00
ironic_api_client.py Fix programmatic error in heartbeat() 2016-03-11 16:58:28 +00:00
netutils.py Use oslo.log instead of original logging 2015-10-24 03:22:36 -06:00
utils.py Stop trying to log stdout when fetching logs during inspection 2016-03-08 16:31:18 +01:00
version.py Add sphinx build + basic documentation 2015-03-31 16:22:12 -07:00