Recently I started preparing for Certified Openstack Administrator exam.
There is one question in my mind.. This exam will based on old openstack cli commands or the new version of openstack cli commands.
I am only focusing my preparation on new version of openstack cli commands.
For example to create new flavor :
Old command - nova flavor-create --is-public true m10.tiny auto 400 3 1
New command - openstack flavor create --disk 3 --vcpu 1 --public --ram 400 m10.tiny
Can someone please help me to understand the version of cli commands used in actual COA exam ?