Add api_version as an accessible property

The api version that keystone is uing is advertised via the
api_version key in the identity-service relation but the interface
does not currently set it as a property.

Change-Id: I3b0ee1f22d1c6afee54e1faf315400ca1f8adf77
This commit is contained in:
Liam Young 2016-08-01 12:46:12 +00:00
parent 1e91681243
commit c9ed6c0575
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class KeystoneRequires(RelationBase):
'ca_cert', 'ssl_cert', 'https_keystone',
'ssl_cert_admin', 'ssl_cert_internal',
'ssl_cert_public', 'ssl_key_admin', 'ssl_key_internal',
'ssl_key_public']
'ssl_key_public', 'api_version']
@hook('{requires:keystone}-relation-joined')
def joined(self):