summaryrefslogtreecommitdiff
path: root/openstack_dashboard/api/nova.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Unable to use multiattach volume as boot for new servermanchandavishal2021-06-301-1/+2
* Drop OPENSTACK_NOVA_EXTENSIONS_BLACKLIST finallyAkihiro Motoki2020-10-271-130/+0
* pylint: Address no-else-return warningAkihiro Motoki2020-09-271-2/+1
* Stop to use the __future__ module.Hervé Beraud2020-06-031-2/+0
* Fix "prev" link pagination for instances with identical timestampsKeithMnemonic2019-12-251-8/+22
* Remove dependency on novaclient list_extensions APIMatt Riedemann2019-10-241-10/+110
* Handle partial dict settingAkihiro Motoki2019-09-261-8/+8
* Move openstack_dashboard specific settings from horizonAkihiro Motoki2019-09-121-1/+1
* Define default settings explicitly (openstack_dashboard 1/5)Akihiro Motoki2019-04-241-11/+9
* Add key_type selection on Keypairs formDaniel Vincze2019-03-131-5/+10
* pylint: fix cyclic-importAkihiro Motoki2019-02-091-250/+138
* pylint: fix len-as-condition warningAkihiro Motoki2019-01-161-2/+2
* Enable pylint in horizonAkihiro Motoki2019-01-121-1/+1
* Add "prev" link to instance page list paginationFerenc Cserepkei2018-12-281-28/+66
* Merge "Support of rescue instance in Horizon"Zuul2018-12-031-0/+12
|\
| * Support of rescue instance in Horizonpengyuesheng2018-11-201-0/+12
* | fix an issue with nova extension support checkingAdrian Turjak2018-11-281-1/+1
|/
* Replace @memoized_with_* with @memoizedRadomir Dopieralski2018-09-251-18/+11
* Avoid UnhashableKeyWarning in api.nova.novaclientAkihiro Motoki2018-09-081-9/+15
* Avoid UnhashableKeyWarning in api.nova.extension_supportedAkihiro Motoki2018-09-051-4/+11
* Support "Get me a network" in launch instanceAkihiro Motoki2018-05-071-1/+18
* Merge "Use microversion 2.60 when attaching a multiattach volume"Zuul2018-04-251-3/+18
|\
| * Use microversion 2.60 when attaching a multiattach volumeMatt Riedemann2018-04-101-3/+18
* | Sort nova availability zones by nameSam Morrison2018-04-121-1/+4
* | Exclude nova-network quotas properlyAkihiro Motoki2018-04-121-6/+0
|/
* Support description for instance update/rebuildliyingjun2018-03-301-3/+6
* Add angular server group details pagewei.ying2018-03-181-0/+7
* Add angular delete server groups actionwei.ying2018-03-181-0/+5
* Add angular create server group actionwei.ying2018-03-161-0/+7
* Convert admin.aggregates tests into mockVladislav Kuzmin2018-03-021-3/+3
* Merge "Use nova os-services to retrieve host list"Zuul2018-02-071-5/+0
|\
| * Use nova os-services to retrieve host listAkihiro Motoki2018-02-011-5/+0
* | Handle novaclient ec2 cert support removalDavid Lyle2018-01-251-10/+0
|/
* elif replace ifpeiy2018-01-191-2/+2
* quota: retrieve quota (limit) and usage at onceAkihiro Motoki2017-12-131-2/+7
* quota: Disable nova-network quotas completelyAkihiro Motoki2017-12-131-2/+20
* API micro-version support for multiple featuresAkihiro Motoki2017-12-031-5/+5
* Fix broken nova console supportAkihiro Motoki2017-12-011-4/+4
* Merge "Add MKS console support"Zuul2017-11-301-4/+19
|\
| * Add MKS console supportyong sheng gong2017-11-291-4/+19
* | Merge "Show updated data on Flavor Access tab"Zuul2017-11-211-3/+3
|\ \
| * | Show updated data on Flavor Access tabYing Zuo2017-07-231-3/+3
* | | Add delete action for key pairShu Muto2017-11-011-4/+4
| |/ |/|
* | Remove unused API function from Nova APITrygve Vea2017-10-281-5/+0
* | [Micro version] Support description for instanceliyingjun2017-10-261-7/+16
* | Add cache for get_microversion() against NovaFeilong Wang2017-10-051-0/+1
* | Merge "Get all needed instances for volumes attachments at Admin->Volumes"Jenkins2017-09-051-1/+3
|\ \
| * | Get all needed instances for volumes attachments at Admin->VolumesIvan Kolodyazhny2017-07-131-1/+3
| |/
* | Merge "Save image name in Server.image_name method"Jenkins2017-08-031-0/+2
|\ \ | |/ |/|
| * Save image name in Server.image_name methodGuillaume Espanel2017-05-081-0/+2