Modified parameter name to service_params

Change-Id: I2fe200e53f97e3a883cac103fa32c7c7851ff4f6
Implements: blueprint group-based-policy-service-chaining
This commit is contained in:
Hemanth Ravi 2014-10-28 18:54:52 -07:00
parent 1684bed345
commit 15e6e4296d
1 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,7 @@ The following new resources are proposed:
| | | | | | template) | | | | | | | template) |
| | | | | | [1]_ | | | | | | | [1]_ |
+-------------------+--------+---------+----------+-------------+---------------+ +-------------------+--------+---------+----------+-------------+---------------+
|config_param_names |list of |RW, all |'' |list of |list of | |service_params |list of |RW, all |'' |list of |list of |
| |strings | | |strings |required | | |strings | | |strings |required |
| | | | | |service config | | | | | | |service config |
| | | | | |param names | | | | | | |param names |
@ -125,12 +125,12 @@ The following new resources are proposed:
| | | | |strings |ServiceChainNode | | | | | |strings |ServiceChainNode |
| | | | |(UUIDs) | | | | | | |(UUIDs) | |
+-------------------+--------+---------+----------+-------------+-----------------+ +-------------------+--------+---------+----------+-------------+-----------------+
|params |list of |RO, all |generated |N/A |list of required | |service_params |list of |RO, all |generated |N/A |list of required |
| |strings | | | |service config | | |strings | | | |service config |
| | | | | |parameter names | | | | | | |parameter names |
+-------------------+--------+---------+----------+-------------+-----------------+ +-------------------+--------+---------+----------+-------------+-----------------+
config_param_names is generated by aggregating the config_param_names of each of service_params is generated by aggregating the service_params of each of
the ServiceChainNodes in the ServiceChainSpec. The parameter is not specified the ServiceChainNodes in the ServiceChainSpec. The parameter is not specified
in the API to create the ServiceChainSpec resource. in the API to create the ServiceChainSpec resource.
@ -162,7 +162,7 @@ in the API to create the ServiceChainSpec resource.
| |(UUID) | | | | | | |(UUID) | | | | |
| | | | | | | | | | | | | |
+--------------------+-------+---------+---------+-----------------+-----------------+ +--------------------+-------+---------+---------+-----------------+-----------------+
|param_values |string |RW, all |required |dictionary |configuration | |service_param_values|string |RW, all |required |dictionary |configuration |
| | | | | |parameter names | | | | | | |parameter names |
| | | | | |and values | | | | | | |and values |
+--------------------+-------+---------+---------+-----------------+-----------------+ +--------------------+-------+---------+---------+-----------------+-----------------+