[Rdo-list] [PATCH] --plan argument to "overcloud deploy" doesn't work

Geert Jansen geertj at gmail.com
Sat Jul 18 15:39:58 UTC 2015


I am using the latest RDO, which defines both a --plan and a
--plan-uuid option for "overcloud deploy".

Using the --plan option results in an exception "PlanManager does not
have .find attribute".

The patch below to python-tuskarclient fixes this:

--- tuskarclient/v2/plans.py.orig 2015-07-18 15:37:29.160220339 +0000
+++ tuskarclient/v2/plans.py 2015-07-18 15:20:51.886095272 +0000
@@ -36,7 +36,7 @@
     """


-class PlanManager(base.BaseManager):
+class PlanManager(base.ManagerWithFind):
     """PlanManager interacts with the Tuskar API and provides CRUD
     operations for the Plan type.
     """

Regards,
Geert




More information about the rdo-list mailing list