Bug #14391
Hide access to Docker compute resource via compute profile
Description
Description of problem:
Trying to open docker compute resource through compute profile interface. Get an exception in result
Version-Release number of selected component (if applicable):
6.2 SNAP4
How reproducible:
Always
Steps to Reproduce:
- Go to Infrastructure->Compute Resources
- Push 'New Compute Resource' button
- Input name
- Choose 'Docker' as a provider
- Specify 'http://localhost:2375' (for example) value in URL field
- Push 'Submit' button
- Go to Infrastructure->Compute Profiles
- Choose '1-Small' profile
- Select compute resource entity that was just created
Actual results:
Exception error is raised
Expected results:
Docker compute resources shouldn't be listed
Associated revisions
Fixes #14391 - Hide access to Docker compute resource via compute profile
Docker compute resources shouldn't even be shown in the compute profile
list, there's no information there that's relevant to containers. Also,
containers are not created using compute attributes.
History
#1
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-docker/pull/149 added
#2
Updated by Daniel Lobato Garcia almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-docker|1aa3ddb3039a135fc7d303e69c5a389f84dc9ed3.
Fixes #14391 - Hide access to Docker compute resource via compute profile
Docker compute resources shouldn't even be shown in the compute profile
list, there's no information there that's relevant to containers. Also,
containers are not created using compute attributes.