Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #26046 - fixes host subscription service_level type #7978

Merged
merged 1 commit into from Feb 14, 2019

Conversation

cfouant
Copy link
Member

@cfouant cfouant commented Feb 13, 2019

No description provided.

@theforeman-bot
Copy link

Issues: #26046

@jturel
Copy link
Member

jturel commented Feb 13, 2019

before:

[vagrant@centos7-hammer-devel ~]$ hammer host update --service-level=Premium --id=163
Could not update the host:                        
  Error: Option '--service-level': Numeric value is required..
                                                          
  See: 'hammer host update --help'.

after:

[vagrant@centos7-hammer-devel ~]$ hammer host update --service-level=Premium --id=163
Host updated.

[vagrant@centos7-hammer-devel ~]$ hammer host info --id=163 | grep -i service
    Service Level:   Premium

Nice!

Copy link
Member

@jturel jturel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK!

@cfouant cfouant merged commit 12f9c0a into Katello:master Feb 14, 2019
@cfouant cfouant deleted the 26046 branch February 14, 2019 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants