Actions
Bug #37948
closedUpdate hammer host info and hammer host list for multi-environment hosts
Difficulty:
Triaged:
Yes
Description
For hammer activation-key list, we now display a 'Content View Environments' column:
$ hammer activation-key list --organization-id 1 ---|------|----------------|---------------------------|------------------------------- ID | NAME | HOST LIMIT | CONTENT VIEW ENVIRONMENTS | MULTI CONTENT VIEW ENVIRONMENT ---|------|----------------|---------------------------|------------------------------- 1 | ak1 | 1 of Unlimited | Library | no 2 | ak2 | 0 of Unlimited | | no 3 | ak3 | 0 of Unlimited | lce2/cv2,lce1/cv1 | yes ---|------|----------------|---------------------------|-------------------------------
And in hammer activation-key info, we display the labels:
Multi Content View Environment: yes Content View Environments: lce2/cv2,lce1/cv1
Need to update hammer host info and hammer host list to display multi-environment hosts the same way.
Actions