-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathosc.yml
More file actions
60 lines (60 loc) · 1.7 KB
/
osc.yml
File metadata and controls
60 lines (60 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
# Find client for this release (matched by git branch name) and python version (matched by tox env).
release: stable/newton
python_version: 2.7
skip-fails: False
verbose: True
build_path: /tmp/osc-docker-builder
# List of all clients
clients:
- name: openstack
description: Basic set of openstack clients (glance, nova, cinder, keystone)
- name: aodh
description: Alarms and notifications API
egg: aodhclient
- name: barbican
description: Key Manager Service API
- name: ceilometer
description: Telemetry API
- name: cloudkitty
description: Rating service API
- name: congress
description: Policy as a service API
- name: designate
description: DNS service API
- name: gnocchi
description: Gnocchi is a multi-tenant timeseries, metrics and resources database
egg: gnocchiclient
release: master
- name: heat
description: Orchestration API
- name: ironic
description: Bare metal provisioning
- name: magnum
description: Container Infrastructure Management service API
- name: manila
description: Shared file systems API
- name: mistral
description: Workflow service API
- name: monasca
description: Monitoring API
- name: murano
description: Application catalog API
- name: neutron
description: Networking API
- name: sahara
description: Data Processing API
- name: searchlight
description: Indexing and Search API
- name: senlin
description: Clustering service API
- name: solum
description: Application development process API
- name: swift
description: Object Storage API
- name: tripleo
description: TripleO API
- name: trove
description: Database service API
- name: zaqar
description: Messaging and notification service API