Closed john-kheir closed 6 years ago
@john-kheir
users:
- name: gig_qa_1
- accesstype: CXDRAU
These are 2 items in a YAML list, therefor the name attribute is missing in the second item. You should use this instead for this template:
users:
- name: gig_qa_1
accesstype: CXDRAU
Error message is not really clear though, will look into that
Closed down PR because users are now not provided anymore throught the service but by actions (user_add
).
This also makes this issue not relevant anymore for the current code
Scenario
1- Run a blueprint to create an account with certain user, should succeed.
Actual Result
Blueprint hasn't been executed, throwing the following error in the server