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:
1 changed files with 1 additions and 1 deletions
@@ -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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.