Merge "Clean device related unused path."

This commit is contained in:
Jenkins 2016-03-11 16:27:26 +00:00 committed by Gerrit Code Review
commit 639e095ce6

View File

@ -334,11 +334,6 @@ class Client(ClientBase):
extensions_path = "/extensions" extensions_path = "/extensions"
extension_path = "/extensions/%s" extension_path = "/extensions/%s"
device_templates_path = '/device-templates'
device_template_path = '/device-templates/%s'
devices_path = '/devices'
device_path = '/devices/%s'
vnfds_path = '/vnfds' vnfds_path = '/vnfds'
vnfd_path = '/vnfds/%s' vnfd_path = '/vnfds/%s'
vnfs_path = '/vnfs' vnfs_path = '/vnfs'