Re: [foreman-dev] OpenStack V3 APi Compute Resource Provider

2017-01-06 Thread Matthew Ceroni
I was able to correct this by moving my provider to a plugin and following other plugin examples, like docker. On Friday, January 6, 2017 at 12:32:55 AM UTC-8, Dominic Cleal wrote: > > On 05/01/17 18:27, Matthew Ceroni wrote: > > However I want to validate that the code still works. Really all

Re: [foreman-dev] OpenStack V3 APi Compute Resource Provider

2017-01-06 Thread Dominic Cleal
On 05/01/17 18:27, Matthew Ceroni wrote: > However I want to validate that the code still works. Really all that > was needed was to drop in the provider code in > > | > foreman/app/models/compute_resources/foreman/model/openstackv3.rb > > module Foreman::Model > class OpenstackV3 <