Add a sub command to make it easier to manage flavors in plans
Bug #1422591 reported by
Dougal Matthews
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-tuskarclient |
Fix Released
|
Medium
|
Marek Aufart |
Bug Description
It is hard to assign flavors with the plan-patch command. You need to do something like:
tuskar plan-show overcloud | grep "::Flavor" -A 1
tuskar plan-patch -A compute-
A new command to make it easier might look something like this:
tuskar plan-flavors-list $PLAN_ID
tuskar plan-flavors-update --role compute --flavor baremetal
Changed in python-tuskarclient: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in python-tuskarclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/162061
Review: https:/