Correct the note in file:senlin/senlin/policies/lb_policy.py

Change-Id: Ie493f973590a892b49dd1cfcb88d1edfb024bd73
This commit is contained in:
lidong 2018-01-19 15:02:26 +08:00
parent 3327efce7d
commit fe66d285fe
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
"""
Policy for load-balancing among nodes in a cluster.
NOTE: For full documentation about how the deletion policy works, check:
https://docs.openstack.org/senlin/latest/developer/policies/
NOTE: For full documentation about how the load-balancing policy works,
check: https://docs.openstack.org/senlin/latest/developer/policies/
load_balance_v1.html
"""