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

This commit is contained in:
Zuul 2018-01-22 09:21:20 +00:00 committed by Gerrit Code Review
commit 29b1859f3f
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
"""