tacker/tacker/api
Trinath Somanchi 9d9465156e Tacker server throws exception when member action contains UPDATE string.
When an update operation is executed, like,

$> tacker --debug vim-update --description "test" VIM0

Exception will happen by calling this method by a non admin user.

...
tacker.api.v1.resource return (attribute_name in
     target[attributes.ATTRIBUTES_TO_UPDATE] and
tacker.api.v1.resource KeyError: 'attributes_to_update'
...

Change-Id: I35d5173e9c5c25c7d544e9909da1fbcec931e6b5
Closes-Bug: #1676074
2017-04-01 14:49:09 +05:30
..
v1 Tacker server throws exception when member action contains UPDATE string. 2017-04-01 14:49:09 +05:30
views Cleanup vim settings 2016-03-28 13:03:56 +02:00
__init__.py rename neutron/api to tacker/api 2014-07-04 18:20:50 +09:00
api_common.py Move unit tests dir to tacker/tests/unit 2017-02-24 16:38:18 +08:00
extensions.py Fix some docstring syntax error 2017-03-23 10:48:29 +08:00
versions.py Refactor Tacker unit tests to remove xml support 2016-09-07 13:22:42 +09:00