Hi,
I am using the out-of-box ConfigureChildDialog. In my service dialog I have created the element with following information:
- Label: Application Type
- Name: tag_1_app_tier
…
However when I attempt to provision the vm sung service catalog, I encountered a ‘no method’ error when executing the following codes in ConfigureChildDialog:
stp_miq_request_tasks = stp_task.miq_request_tasks
stp_miq_request_tasks.each do | t |
service = t.source
service_resource = t.service_resource
service_tag_array = service.tags(:app_tier) ### where caused error!
…
end
May someone who tried this before give me some pointers on where I have make a mistake? Thanks.
Regards,
Casius.