neutron_subnet does not handle empty dns servers, allocation pools and also specific host routes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
puppet-neutron |
Fix Released
|
Undecided
|
Unassigned | ||
Havana |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
neutron subnet was expanded with ability to to set and update parameters like
specifing dns servers, allocation pools and also specific host routes.
Sadly it introduced issue when calling neutron_subnet without specifying
values for these parameters.
This issue generates error:
Notice: /Stage[
Error: Could not set 'present' on ensure: undefined method `[]' for nil:NilClass at 173:/var/
Error: Could not set 'present' on ensure: undefined method `[]' for nil:NilClass at 173:/var/
Wrapped exception:
undefined method `[]' for nil:NilClass
Error: /Stage[
Notice: /Stage[
Warning: /Stage[
Notice: /Stage[
Notice: /Stage[
Warning: /Stage[
Notice: /Stage[
Error: Could not set 'present' on ensure: undefined method `[]' for nil:NilClass at 183:/var/
Error: Could not set 'present' on ensure: undefined method `[]' for nil:NilClass at 183:/var/
Wrapped exception:
undefined method `[]' for nil:NilClass
Error: /Stage[
Error: Could not prefetch neutron_
Notice: /Stage[
Notice: /Stage[
Warning: /Stage[
Changed in puppet-neutron: | |
milestone: | none → 4.0.0 |
status: | Fix Committed → Fix Released |
Reviewed: https:/ /review. openstack. org/88305 /git.openstack. org/cgit/ stackforge/ puppet- neutron/ commit/ ?id=78428c844f7 3bf585a8f8a3bdf 615ba2a0e8983b
Committed: https:/
Submitter: Jenkins
Branch: master
commit 78428c844f73bf5 85a8f8a3bdf615b a2a0e8983b
Author: Lukas Bezdicka <email address hidden>
Date: Thu Apr 17 15:48:40 2014 +0200
Fix neutron subnets with empty values.
Subnet was expended with ability to set and update parameters like
specifing dns servers, allocation pools and also specific host routes.
Sadly it introduced issue when calling neutron_subnet without specifying
values for these parameters.
Closes-Bug: #1312628
Change-Id: Id1207ab793fc65 c43c10afcfe2271 e2c02a912d3