Issue #573
closednodes.conf is blank by default, but the config loader does not have defaults for at least one setting
Description
Description of problem:
I noticed today that I could not run pulp-dev.py -I because my nodes.conf has the ca_path setting commented out.
Version-Release number of selected component (if applicable):
master
How reproducible:
Every time.
Steps to Reproduce:
1. Comment out all of nodes.conf.
2. Run sudo ./pulp-dev -I
Actual results:
<snip>
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "/home/rbarlow/devel/pulp/nodes/common/pulp_node/resources.py", line 43, in node_configuration
cfg.validate(NODE_SCHEMA)
File "/home/rbarlow/devel/pulp/common/pulp/common/config.py", line 296, in validate
return v.validate(self)
File "/home/rbarlow/devel/pulp/common/pulp/common/config.py", line 360, in validate
s.validate(section)
File "/home/rbarlow/devel/pulp/common/pulp/common/config.py", line 476, in validate
self.validproperty(section, property)
File "/home/rbarlow/devel/pulp/common/pulp/common/config.py", line 494, in validproperty
raise pe
pulp.common.config.PropertyNotFound: Required property "main.ca_path", not found
Expected results:
The ca_path should be allowed to be undefined in nodes.conf.
+ This bug was cloned from Bugzilla Bug #1150754 +
Updated by jortel@redhat.com almost 9 years ago
So far, I cannot reproduce on master or 2.5-dev. Randy, can you attach your nodes.conf?
+ This comment was cloned from Bugzilla #1150754 comment 1 +
Updated by jortel@redhat.com over 8 years ago
- Status changed from ASSIGNED to CLOSED - WORKSFORME
Randy, please re-open if you can reproduce.