update language bindings page
- added missing projects (ironic, zaqar, sahara, barbican) - make service names consistent with openstack-projects.html Change-Id: I0f816ffd382feaa28aa039953c1ad6c189f9b7e7
This commit is contained in:
parent
6d7ad0cecc
commit
c636b8b1e1
@ -28,38 +28,50 @@
|
||||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
<div class="docs-link-sections">
|
||||
<h3><i class="fa fa-book"></i> Bindings for the OpenStack APIs</h3>
|
||||
<a href="http://docs.openstack.org/developer/python-ironicclient/">
|
||||
Bare Metal Provisioning Python Bindings (ironic client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-cinderclient/">
|
||||
Block Storage Python Bindings (cinder client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-novaclient">
|
||||
Compute Python Bindings (nova client)
|
||||
Compute service Python Bindings (nova client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-saharaclient">
|
||||
Data Processing Python Bindings (sahara client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-troveclient">
|
||||
Database Service Python Bindings (trove)
|
||||
Database service Python Bindings (trove client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-designateclient">
|
||||
DNS Services Python Bindings (designate)
|
||||
DNS service Python Bindings (designate client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-keystoneclient/">
|
||||
Identity Python Bindings (keystone client)
|
||||
Identity service Python Bindings (keystone client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-glanceclient/">
|
||||
Image Service Python Bindings (glance client)
|
||||
Image service Python Bindings (glance client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-barbicanclient/">
|
||||
Key Management service Python Bindings (barbican client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-neutronclient">
|
||||
Networking Service Python Bindings (neutron client)
|
||||
Networking service Python Bindings (neutron client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-swiftclient/">
|
||||
Object Storage Python Bindings (swift client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-heatclient/">
|
||||
Orchestration Python Bindings (heat client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-zaqarclient/">
|
||||
Queue service Python Bindings (zaqar client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-manilaclient/">
|
||||
Shared File Systems Python Bindings (manila client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-ceilometerclient/">
|
||||
Telemetry Python Bindings (ceilometer client)
|
||||
</a>
|
||||
<a href="http://docs.openstack.org/developer/python-cinderclient/">
|
||||
Volume Python Bindings (cinder client)
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user