I am attempting to provision instances through Foreman.
However I run into the following error when attempting to create the instance.
|
| Fog::Errors::NotFound: Could not find service volume. Have compute, identity, image, network
| /opt/theforeman/tfm/root/usr/share/gems/gems/fog-1.34.0/lib/fog/openstack/core.rb:262:in `authenticate_v2'
| /opt/theforeman/tfm/root/usr/share/gems/gems/fog-1.34.0/lib/fog/openstack/core.rb:173:in `authenticate'
| /opt/theforeman/tfm/root/usr/share/gems/gems/fog-1.34.0/lib/fog/openstack/core.rb:136:in `authenticate'
| /opt/theforeman/tfm/root/usr/share/gems/gems/fog-1.34.0/lib/fog/openstack/volume.rb:138:in `initialize'
| /opt/theforeman/tfm/root/usr/share/gems/gems/fog-core-1.32.1/lib/fog/core/service.rb:115:in `new'
| /opt/theforeman/tfm/root/usr/share/gems/gems/fog-core-1.32.1/lib/fog/core/service.rb:115:in `new'
| /opt/theforeman/tfm/root/usr/share/gems/gems/fog-core-1.32.1/lib/fog/core/services_mixin.rb:16:in `new'
Producing the following message within Foreman. Anyone have any luck provisioning instances through Foreman (version 1.10)?