Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fix erratum
Browse files Browse the repository at this point in the history
Fix erratum in top-role-mongo & ironic-conductor tasks.

Change-Id: I5fec43c2fef66c8395a7d3141d486f1db20b50de
  • Loading branch information
mpolenchuk committed Apr 29, 2016
1 parent 8febf5a commit bd19bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/puppet/openstack_tasks/examples/roles/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
$.network_metadata.nodes.values().where(
('primary-mongo' in $.node_roles) or
('mongo' in $.node_roles)),
$.get('use_syslog'), $.gebug, $.ceilometer, $.roles)
$.get('use_syslog'), $.debug, $.ceilometer, $.roles)
parameters:
puppet_manifest: /etc/puppet/modules/openstack_tasks/examples/roles/mongo.pp
puppet_modules: /etc/puppet/modules
Expand Down Expand Up @@ -136,7 +136,7 @@
$.ironic.enabled and changedAny($.network_scheme, $.ironic,
$.network_metadata.vips, $.get('database_vip'),
$.get('neutron_endpoint'), $.get('glance_api_servers'),
$.get('amqp_hosts'), $.gebug, $.verbose, $.get('use_syslog'),
$.get('amqp_hosts'), $.debug, $.verbose, $.get('use_syslog'),
$.get('syslog_log_facility_ironic'), $.rabbit, $.storage,
$.get('kombu_compression'))
cross-depends:
Expand Down

0 comments on commit bd19bec

Please sign in to comment.