Actions
Bug #10242
closedError in digitalocean plugin in 1.8.x
Description
Trying to either create host or list compute profiles:
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
production.log:
2015-04-22 19:26:03 [I] Started GET "/compute_profiles/4-DigitalOcean%205%20usd/compute_resources/2-DigitalOcean/compute_attributes/new" for 10.6.6.130 at 2015-04-22 19:26:03 +0200 2015-04-22 19:26:03 [I] Processing by ComputeAttributesController#new as */* 2015-04-22 19:26:03 [I] Parameters: {"compute_profile_id"=>"4-DigitalOcean 5 usd", "compute_resource_id"=>"2-DigitalOcean"} 2015-04-22 19:26:04 [I] Successfully decrypted field for ForemanDigitalocean::Digitalocean DigitalOcean 2015-04-22 19:26:04 [I] Successfully decrypted field for ForemanDigitalocean::Digitalocean DigitalOcean 2015-04-22 19:26:04 [I] Successfully decrypted field for ForemanDigitalocean::Digitalocean DigitalOcean 2015-04-22 19:26:05 [I] Rendered compute_attributes/_compute_form.html.erb (1.6ms) 2015-04-22 19:26:05 [I] Rendered compute_attributes/_form.html.erb (1257.6ms) 2015-04-22 19:26:05 [I] Rendered compute_attributes/new.html.erb (1259.9ms) 2015-04-22 19:26:05 [I] Completed 500 Internal Server Error in 1265.1ms 2015-04-22 19:26:05 [F] ActionView::MissingTemplate (Missing partial compute_resources_vms/form/digitalocean/base with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :rabl]}. Searched in: * "/usr/share/foreman/app/views" * "/usr/share/foreman/vendor/ruby/1.9.1/gems/foreman_digitalocean-0.1.0/app/views" * "/usr/share/foreman/vendor/ruby/1.9.1/gems/foreman-tasks-0.6.12/app/views" * "/usr/share/foreman/vendor/ruby/1.9.1/gems/foreman_salt-2.0.2/app/views" * "/usr/share/foreman/vendor/ruby/1.9.1/gems/foreman_discovery-3.0.0/app/views" * "/usr/share/foreman/vendor/ruby/1.9.1/gems/foreman_setup-2.1.0/app/views" * "/usr/share/foreman/vendor/ruby/1.9.1/gems/apipie-rails-0.2.6/app/views" ): app/views/compute_attributes/_compute_form.html.erb:3:in `_8d07b60d363e84f9486ccb8e5d8d3fcf' app/views/compute_attributes/_form.html.erb:10:in `block (2 levels) in _75d4872e7b0756bd24b016c77fa75460' app/views/compute_attributes/_form.html.erb:8:in `block in _75d4872e7b0756bd24b016c77fa75460' app/helpers/layout_helper.rb:273:in `form_for' app/views/compute_attributes/_form.html.erb:2:in `_75d4872e7b0756bd24b016c77fa75460' app/views/compute_attributes/new.html.erb:3:in `_dff328974bdbc03a2fae8eae7aa81a1f' app/controllers/concerns/application_shared.rb:13:in `set_timezone' app/models/concerns/foreman/thread_session.rb:32:in `clear_thread' lib/middleware/catch_json_parse_errors.rb:9:in `call'
Actions