From 1f52896ec545f5fb630e16d0ded1afde6ce4e9f7 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Tue, 1 Sep 2015 20:04:53 +0100 Subject: [PATCH] Updated openstack/openstack Project: openstack/os-cloud-config f08fea68805564f22f3a2ba0372820bceed87559 register-nodes: add support for fake_pxe The fake_pxe driver in Ironic is a driver with a non-op power interface, so all the power actions needs to be performed manually. This updates the register-nodes command to support use of the fake_pxe driver with Ironic. The flake8 C901 was also added to the tox.ini to be ignored. This error is raised because we have too much if..elif conditions as part of the _extract_driver_info() function. It will need some refactoring later, so ignoring the error for now. Change-Id: I2de9643ddbdb73c5b49b7572cf476016d4911550 --- os-cloud-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-cloud-config b/os-cloud-config index 594022dd59..f08fea6880 160000 --- a/os-cloud-config +++ b/os-cloud-config @@ -1 +1 @@ -Subproject commit 594022dd59152457b56369447bfde7e7d19d6cb4 +Subproject commit f08fea68805564f22f3a2ba0372820bceed87559