Updating the try/except blocks to assertRaises.

Tests Modified:
test_get_metadata_of_alt_account_image_fails
test_delete_metadata_of_alt_account_server_fails
test_delete_metadata_of_alt_account_image_fails

Modifications:
As per new Tempest style guidelines, convert "try/expect/else"
statements into "assertRaises".

In order to ensure that other tests remain unaffected
because of this change, replace "finally" with "addCleanup".

Parially implements Blueprint update-expected-exception-tests.

Change-Id: Iac2a911ee6f812e18f41e66ac6d7fd648ce2f1fa
1 file changed