summaryrefslogtreecommitdiff
path: root/nova/api/openstack/compute/server_tags.py
Commit message (Expand)AuthorAgeFilesLines
* Fix server tags policy to be admin_or_ownerGhanshyam Mann2020-04-061-14/+16
* Ensure controllers all call superStephen Finucane2019-06-151-1/+1
* Remove nova.compute.*API() shimsEric Fried2019-06-121-1/+1
* Remove extensions moduleHe Jie Xu2017-12-201-7/+6
* Remove 400 as expected errorTakashi NATSUME2017-10-041-1/+1
* Send out notifications when instance tags changedKevin_Zheng2017-06-061-8/+28
* Use plain routes list for server-tags instead of stevedoreHe Jie Xu2017-06-011-25/+0
* Move to proper target_cell calling conventionDan Smith2017-05-231-23/+22
* Remove redundant codeTakashi NATSUME2017-04-251-3/+2
* Enlighten server tags API about cellsDan Smith2017-03-071-13/+51
* Stop allowing tags as empty stringghanshyam2016-12-141-3/+3
* Move tags validation code to json schemaghanshyam2016-12-131-33/+0
* Move tag schema to parameter_types.pyghanshyam2016-11-251-2/+3
* Fix PUT server tag 201 to return empty contentghanshyam2016-07-131-18/+18
* Fix invalid import orderbhagyashris2016-07-041-1/+0
* policy: Replaces 'authorize' in nova-api (part 5)Claudiu Belu2016-06-291-7/+7
* Disallow instance tag set for invalid instance statesmelanie witt2016-06-141-4/+26
* Added server tags support in nova-apiSergey Nikitin2016-04-061-0/+6
* Added server tags controllerSergey Nikitin2016-04-061-0/+196