-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add flag for blazar nova prefilter workaround (#284)
if `use_blazar_prefilter` is set to true, generate nova config that will disable the blazar-nova filter, and enable our custom prefilter, added to nova in ChameleonCloud/nova#11 Workaround for https://bugs.launchpad.net/nova/+bug/1542491 Please ensure that your nova-scheduler container has this commit before enabling the flag. ChameleonCloud/nova@7f9058b
- Loading branch information
1 parent
2630f5b
commit ec1c0d8
Showing
2 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,6 +83,10 @@ blazar_fip_polling_monitor_dry_run: true | |
blazar_network_polling_monitor: true | ||
blazar_network_polling_monitor_dry_run: true | ||
|
||
# enable to use https://github.com/ChameleonCloud/nova/pull/9 | ||
# workaround for https://bugs.launchpad.net/nova/+bug/1542491 | ||
use_blazar_prefilter: false | ||
|
||
# Cinder | ||
enable_cinder: no | ||
|
||
|
@@ -109,8 +113,8 @@ glance_allow_anonymous_access: no | |
hammers_openstack_user: "{{ keystone_admin_user }}" | ||
hammers_openstack_password: "{{ keystone_admin_password }}" | ||
hammers_openstack_project_name: "{{ keystone_admin_project }}" | ||
hammer_lease_stacking_sender_email: "" | ||
hammer_lease_stacking_manager_email: "" | ||
hammer_lease_stacking_sender_email: "[email protected]" | ||
hammer_lease_stacking_manager_email: "[email protected]" | ||
|
||
# HAProxy | ||
enable_haproxy: yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters