theforeman / foreman_fog_proxmox

Foreman plugin to add Proxmox compute resource based on fog-proxmox gem
GNU General Public License v3.0
106 stars 31 forks source link

Proxmox Not Showing as Compute Provider on ubuntu 18.04 #181

Closed santachago closed 3 years ago

santachago commented 3 years ago

Describe the bug Proxmox Not Showing as Compute Provider on ubuntu 18.04

To Reproduce Steps to reproduce the behavior:

  1. Install package via apt-get install ruby-foreman-fog-proxmox
  2. Go to "About -> Available Providers"
  3. Proxmox Not Listed

Expected behavior Proxmox should be listed

Desktop (please complete the following information):

Additional context

dpkg -l |grep -i proxmox
ii  ruby-foreman-fog-proxmox               0.12.4-1                                        all          Foreman plugin that adds Proxmox VE compute resource using fog-proxmox
santachago commented 3 years ago

Nevermind about this, i forgot that on version 2.1 the foreman.service was added and a simple clear cache and apache restart wasn't enough. after systemctl restart foreman.service everything is working perfectly.