Doc: Fix incorrect function in example code
The referenced bug looks mostly fixed. This patch is basically closing it. Closes-Bug: #2039072 Change-Id: I22b80f2c995c365e9f19c3a06c80656cb6ce8922
This commit is contained in:
@@ -268,7 +268,7 @@ the user requested order is what is utilized.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
def get_deploy_steps(self, node, ports):
|
||||
def get_service_steps(self, node, ports):
|
||||
return [
|
||||
{
|
||||
# A function on the custom hardware manager
|
||||
|
Reference in New Issue
Block a user