Feature: tools: crm_attribute -p/--promotion option to operate on promotion score
This replaces crm_master, for example:
crm_master -l reboot -v 10
becomes:
crm_attribute --promotion -v 10
This is more efficient (calling a binary rather than a shell script) and avoids
pre-OCF 1.1 role names.