diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-12-02 14:14:33 +0200 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-12-02 14:14:33 +0200 |
commit | 41b062a0a7d328cdba1934246fd7186c89c0e746 (patch) | |
tree | 30a45c863ffbecb7f7b980060501207a18e092f5 | |
parent | ee86735b0c0b3d2cb90486347be285c7854a2aac (diff) |
Add zaqar to the controller's list of services in roles_data.yaml
Change-Id: Iecafa7878fec20c707e94bdaca55f1489f3e338a
-rw-r--r-- | roles_data.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles_data.yaml b/roles_data.yaml index d7ed80c5..81ddf9ca 100644 --- a/roles_data.yaml +++ b/roles_data.yaml @@ -96,6 +96,7 @@ - OS::TripleO::Services::FluentdClient - OS::TripleO::Services::BarbicanApi - OS::TripleO::Services::PankoApi + - OS::TripleO::Services::Zaqar - name: Compute CountDefault: 1 |