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) |
| | | | | | [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 |
| | | | | |service config |
| | | | | |param names |
@ -125,12 +125,12 @@ The following new resources are proposed:
| | | | |strings |ServiceChainNode |
| | | | |(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 |
| | | | | |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
in the API to create the ServiceChainSpec resource.
@ -162,7 +162,7 @@ in the API to create the ServiceChainSpec resource.
| |(UUID) | | | | |
| | | | | | |
+--------------------+-------+---------+---------+-----------------+-----------------+
|param_values |string |RW, all |required |dictionary |configuration |
|service_param_values|string |RW, all |required |dictionary |configuration |
| | | | | |parameter names |
| | | | | |and values |
+--------------------+-------+---------+---------+-----------------+-----------------+