ppouliot / puppet-openstack_hyper_v

A starting point for building Windows/Hyper-V OpenStack Compute nodes
Other
6 stars 4 forks source link

issue#34, registry parent and sub key not getting created #35

Closed vijaytripathi closed 11 years ago

vijaytripathi commented 11 years ago

Issue #34, registry parent and sub key are not being created in windows_service.pp. This patch creates both parent and sub key separately and fixes issue

vijaytripathi commented 11 years ago

somehow older code is working fine for me now (both nova-compute and Pythonclass sub key are getting created.). Perhaps need to retest on fresh VM.

luisfdez commented 11 years ago

It would be a good idea to test it in a fresh VM. In my environment I'm not getting this error... I don't know why the erro could be thrown....

ppouliot commented 11 years ago

Vijay, Can you please test in fresh vm.

vijaytripathi commented 11 years ago

This error was observed because of missing ensure parameter. Issue fixed in windows_python module. openstack-hyper-v/puppet-windows_python#2 Verified on fresh VM