Volume test for backup:backup_project_attribute

Add RBAC test for "backup:backup_project_attribute" which verifies
that the "os-backup-project-attr:project_id" attribute appears in
the response body only policy enforcement succeeds.

This commit specifically:
  * adds the test specified above
  * adds a class-wide volume shared by test_show_backup and
    test_show_backup_project_attribute tests (i.e. moved
    volume creation for these tests from setUp into
    resource_setup)

Change-Id: I751275633a3b6f20e67894fceb826f0f97a62b46
diff --git a/releasenotes/notes/backup-project-attribute-test-504f053c6ec95b85.yaml b/releasenotes/notes/backup-project-attribute-test-504f053c6ec95b85.yaml
new file mode 100644
index 0000000..01a55cc
--- /dev/null
+++ b/releasenotes/notes/backup-project-attribute-test-504f053c6ec95b85.yaml
@@ -0,0 +1,6 @@
+---
+features:
+  - |
+    Add RBAC test for "backup:backup_project_attribute" which verifies
+    that the "os-backup-project-attr:project_id" attribute appears in
+    the response body once policy enforcement succeeds.