Updated attributes in blueprint to match the code

Updated the attributes name for 'entry_point' and 'metadata' with
'driver' and 'metainfo'

Change-Id: I175d6e5e44e46b15832cf8a42dee98b688f674aa
This commit is contained in:
madhusudhan-kandadai 2015-07-08 12:07:07 -07:00
parent 1a5530ddd5
commit 9c17d63e4e

View File

@ -115,8 +115,8 @@ Flavor
Service Profile Service Profile
id: uuid id: uuid
description: text description: text
entry_point: string driver: string
metadata: string(json encoded dict) metainfo: string(json encoded dict)
enabled: boolean enabled: boolean
The existing provider attribute will be changed to service_profile_id and used The existing provider attribute will be changed to service_profile_id and used
@ -177,10 +177,10 @@ SERVICE_PROFILES (/service_profiles):
|description |string |RO, all |'' |string |human-readable| |description |string |RO, all |'' |string |human-readable|
| | |RW, admin| | |description | | | |RW, admin| | |description |
+-----------------+-------+---------+---------+------------+--------------+ +-----------------+-------+---------+---------+------------+--------------+
|entry_point |string |RO, all |'' |string |python module | |driver |string |RO, all |'' |string |python module |
| | |RW, admin| | |path to driver| | | |RW, admin| | |path to driver|
+-----------------+-------+---------+---------+------------+--------------+ +-----------------+-------+---------+---------+------------+--------------+
|metadata |string |RO, all |'' |json string |meta data | |metainfo |string |RO, all |'' |json string |meta data |
| | |RW, admin| | | | | | |RW, admin| | | |
+-----------------+-------+---------+---------+------------+--------------+ +-----------------+-------+---------+---------+------------+--------------+
|enabled |bool |RO, all |true |bool |toggle | |enabled |bool |RO, all |true |bool |toggle |
@ -311,5 +311,3 @@ in the Networking API description.
References References
========== ==========
* Juno spec gerrit review - https://review.openstack.org/#/c/102723/ * Juno spec gerrit review - https://review.openstack.org/#/c/102723/