From c07f7541b8dc71493c8fa2b4cfafe822b44e94c4 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 20 Jun 2017 17:33:00 +0200 Subject: [PATCH] Stop asking users to run nova-manage command for ironic in the overcloud This is not needed with the recent changes, and does not work in all cases. Change-Id: Ia089dad716a23634af8e1fdb5574cb3dfd884aed Depends-On: I8b0afac54dc9bd51dbe2ae4f237e4de50459be0f --- doc/source/advanced_deployment/baremetal_overcloud.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/source/advanced_deployment/baremetal_overcloud.rst b/doc/source/advanced_deployment/baremetal_overcloud.rst index 1d1a5acc..aa359c74 100644 --- a/doc/source/advanced_deployment/baremetal_overcloud.rst +++ b/doc/source/advanced_deployment/baremetal_overcloud.rst @@ -522,15 +522,6 @@ command to get the last error:: openstack baremetal node show -f value -c last_error -With the switch to cell_v2 in Ocata (and on), it's now needed to search for cells, or a single cell, -and map found hosts, which are not currently mapped. The following command needs to run once on one -controller node:: - - sudo nova-manage cell_v2 discover_hosts --verbose - -.. note:: - More information about cells is available here: https://docs.openstack.org/developer/nova/cells.html - Checking available resources ~~~~~~~~~~~~~~~~~~~~~~~~~~~~