summaryrefslogtreecommitdiff
path: root/heat/engine/resources/neutron/loadbalancer.py
Commit message (Expand)AuthorAgeFilesLines
* Move neutron resources to /engine/resources/openstack/neutronhuangtianhua2015-03-061-729/+0
* Remove TaskRunner from Neutron Pool resourcePavlo Shchelokovskyy2015-02-021-43/+45
* Remove TaskRunner from most Neutron resourcesPavlo Shchelokovskyy2015-01-211-2/+13
* Add support status for network/subnet neutron propertiesSteven Hardy2015-01-151-1/+2
* Ensure all Neutron LoadBalancer members are deletedZane Bitter2014-10-151-2/+1
* Remove deprecated function i18n.install('heat')Ethan Lynn2014-10-131-0/+1
* Don't update a LoadBalancer under autoscaling controlZane Bitter2014-10-101-5/+14
* Provide support status info for some resourcesGauvain Pocentek2014-10-021-0/+2
* Add more info to ResourceUnknownStatusPavlo Shchelokovskyy2014-08-271-2/+6
* Using neutron utils function from neutron pluginSergey Kraynev2014-08-211-5/+3
* Move nova_utils functions to nova client pluginSteve Baker2014-08-131-5/+3
* Neutron use ClientPlugin.ignore_not_found etcSteve Baker2014-08-111-18/+16
* Exceptions ResourceInError, ResourceUnknownStatusSteve Baker2014-07-301-14/+17
* Implement neutron client pluginSteve Baker2014-07-091-6/+1
* Merge "Refactor neutron resources lookup"Jenkins2014-05-221-2/+3
|\
| * Refactor neutron resources lookupPavlo Shchelokovskyy2014-05-201-2/+3
* | Merge "Make attributes definition similar on properties"Jenkins2014-05-221-26/+52
|\ \
| * | Make attributes definition similar on propertiesSergey Kraynev2014-05-141-26/+52
* | | Merge "Using new attribute schema for all resources"Jenkins2014-05-221-36/+84
|\ \ \ | |/ / | | / | |/ |/|
| * Using new attribute schema for all resourcesSergey Kraynev2014-05-121-36/+84
* | Remove update_allowed_keys definition and usageThomas Herve2014-05-161-8/+0
|/
* Provides ability to reference existing neutron resourcesRabi Mishra2014-05-091-11/+19
* Use resource methods for metadata get/setSteve Baker2014-05-051-6/+6
* Port all resources to new resource data methodsSteve Baker2014-04-281-7/+6
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+0
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+0
* | Correct update to zero numbers of health monitorsSergey Kraynev2014-04-041-2/+2
* | Using resolving properties for updateSergey Kraynev2014-03-201-2/+3
* | Fix update of Pool's list of HealthMonitorsPavlo Shchelokovskyy2014-03-131-2/+2
* | Order imports in alphabetical order (6/9)Pavlo Shchelokovskyy2014-03-111-2/+2
* | Merge "Allows vip from a different subnet for lbaas resource"Jenkins2014-03-101-8/+25
|\ \
| * | Allows vip from a different subnet for lbaas resourceRabi Mishra2014-03-051-8/+25
* | | Merge "Remove vim header from files."Jenkins2014-03-051-1/+0
|\ \ \ | | |/ | |/|
| * | Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
| |/
* | I18N support for error messagehuangtianhua2014-02-251-4/+8
|/
* Fixed OS::Neutron::Pool creationSerg Melikyan2014-01-241-0/+6
* Fix OS::Neutron::Pool validationSerg Melikyan2014-01-201-2/+5
* Merge "Using _handle_not_found_exception in resources"Jenkins2014-01-191-10/+5
|\
| * Using _handle_not_found_exception in resourcesSergey Kraynev2014-01-101-10/+5
* | Merge "Added session_persistence property to VIP"Jenkins2014-01-101-2/+44
|\ \ | |/ |/|
| * Added session_persistence property to VIPSerg Melikyan2013-12-231-2/+44
* | Enable parallel while deleting neutron resourcescbjchen@cn.ibm.com2014-01-071-15/+20
|/
* Convert Neutron resources to new Schema formatZane Bitter2013-12-181-140/+223
* Add load balancer PoolMember resourceThomas Herve2013-12-091-0/+89
* Ensure that members is a listStephen Gran2013-11-271-3/+3
* Get pool members from DB APIStephen Gran2013-11-151-3/+6
* Fix some direct imports from sqlalchemyLiang Chen2013-11-131-1/+1
* Fix "members" property checkAlexander Chudnovets2013-11-111-2/+2
* change neutron to use UpdateAllowed property schemaAngus Salkeld2013-10-241-7/+13
* Merge "It is necessary to update pool_id for Neutron LB"Jenkins2013-10-061-1/+1
|\