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
This commit is contained in:
Lucas Alvares Gomes 2015-09-01 20:04:53 +01:00 committed by Gerrit Code Review
parent d0a4e77e49
commit 1f52896ec5
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 594022dd59152457b56369447bfde7e7d19d6cb4
Subproject commit f08fea68805564f22f3a2ba0372820bceed87559