Add admin-only /share-replicas/replica-id/action APIs:
+---------------------+----------------------------------------+
| reset_state | To reset the 'status' attribute of |
| | a replica |
+---------------------+----------------------------------------+
| reset_replica_state | To reset the 'replica_state' attribute |
| | of a replica. |
+---------------------+----------------------------------------+
| force_delete | To delete from the DB and attempt |
| | to remove it from the backend. |
+---------------------+----------------------------------------+
| resync | To attempt update of a replica |
+---------------------+----------------------------------------+
Modify the driver interface for create_replica, delete_replica
and update_replica to hand down more information to the driver
during replica operations.
Implements bp: share-replication-admin-actions
APIImpact
DocImpact
Change-Id: I1352f112f3627af4424eb2e3be428b1d13c1d2d5