Updated openstack/openstack

Project: openstack/ironic-python-agent  7bda3408f5bef4349c4e3537f3c8c0826a5dead8

Fix config drive writing script

When the deployment happens on a GPT disk with config drive, writing
it to disk fails. Three reasons for that:

* parted should be used instead of partprobe to determine the type of
  the disk;
* gdisk -l sorts the partitions by their number, sort them by start
  sector instead;
* after sgdisk completion, the configdrive device is not immediately
  visible in the /dev folder, udevadm settle needed here too.

Closes-Bug: #1633063
Change-Id: Ifed89e343f9db4cf303baf7f8823342f6041f202
This commit is contained in:
Vladyslav Drok 2016-10-13 15:28:04 +03:00 committed by Gerrit Code Review
parent 55765af95e
commit 7a0e691e36
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit dca181a47ca1eaec4a56385bce994c12763426cb
Subproject commit 7bda3408f5bef4349c4e3537f3c8c0826a5dead8