I saw in another post someone setting the service name when ordering a service. I attempted to do that but it is not having any impact? Is this possible and if so, what am I doing wrong? My service name always ends up the same as the service catalog item name. Any direction greatly appreciated!
{
“action” : “order”,
“resource” : {
“service_name” : “test-0001”,
“href” : “https://localhost/api/service_catalogs/100000000000001/service_templates/100000000000003”,
“param_fw_name” : “test.com”,
“param_instance_name” : “test-0001”,
“stack_name” : “test-0001”,
“stack_onfailure” : “ROLLBACK”,
“tenant_name” : “test”
}
}