Add Glance client metadata to create Octavia amphora image

- Add admin_identity to create resources from admin user
- Add glance.client.init that makes sure the client is enabled
- Add Glance client metadata for an Octavia amphora image
- Add mine function to retrieve owner ID for a created image

Related prod: PROD-11910

Change-Id: I051f499ca304d270e87b4fe35bddce32e09742f1
diff --git a/keystone/client/single.yml b/keystone/client/single.yml
index 6d7a4c6..77e22c1 100644
--- a/keystone/client/single.yml
+++ b/keystone/client/single.yml
@@ -38,3 +38,11 @@
                   is_admin: true
                   password: ${_param:keystone_admin_password}
                   email: ${_param:admin_email}
+        admin_identity:
+          admin:
+            user: admin
+            password: ${_param:keystone_admin_password}
+            project: admin
+            host: ${_param:keystone_service_host}
+            port: 5000
+            region_name: ${_param:openstack_region}