Skip to content

Commit

Permalink
Merge pull request #141 from ChameleonCloud/rename_filter
Browse files Browse the repository at this point in the history
Rename MaxReservationLengthFilter to MaxLeaseDurationFilter
  • Loading branch information
Mark-Powers authored Dec 20, 2021
2 parents e40f84e + 5120e8c commit bda5ea9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kolla/node_custom_config/blazar.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os_region_name = {{ openstack_region_name }}
exempt_projects = {% for project_id in blazar_usage_project_exemptions %}{{ project_id }}{% if not loop.last %},{% endif %}{% endfor %}

{% if enable_blazar_allocation_enforcement | bool %}
enabled_filters = MaxReservationLengthFilter, ExternalServiceFilter
enabled_filters = MaxLeaseDurationFilter, ExternalServiceFilter
{% if blazar_external_service_endpoint is defined %}
external_service_endpoint = {{ blazar_external_service_endpoint }}
{% endif %}
Expand All @@ -20,9 +20,9 @@ external_service_check_update = {{ blazar_external_service_check_update_endpoint
external_service_on_end = {{ blazar_external_service_on_end_endpoint }}
{% endif %}
{% else %}
enabled_filters = MaxReservationLengthFilter
enabled_filters = MaxLeaseDurationFilter
{% endif %}
max_reservation_length = {{ blazar_default_max_lease_duration }}
max_lease_duration = {{ blazar_default_max_lease_duration }}
reservation_extension_window = {{ blazar_default_reservation_extension_window }}

[keystone_authtoken]
Expand Down

0 comments on commit bda5ea9

Please sign in to comment.