Merge "Fix minor mistake in README.rst file"

This commit is contained in:
Jenkins 2016-12-22 18:52:12 +00:00 committed by Gerrit Code Review
commit 09207b3977

View File

@ -78,17 +78,16 @@ below:
valence-api valence-api
----------- -----------
A pecan based daemon to expose Valence REST APIs. The api service communicates A python based daemon based on Flask framework to expose Valence REST APIs.
to the controller through AMQP. The api service communicates to the PODM through REST interface using Redfish(TM) specification.
For adding new api please refer https://github.com/openstack/valence/blob/master/doc/source/developer-guide/add_new_api.rst
valence-controller
--------------
The controller implements all the handlers for valence-api. It reads requests
from the AMQP queue, process it and send the reponse back to the caller.
valence-ui valence-ui
-------- --------
valence-ui provides a GUI interface to invoke Valence APIs. valence-ui provides a Web based GUI interface that can be used to explore
Rack Scale Design (RSD) artifacts and compose/disassemble nodes.
valence-ui is implemented using Node.js runtime environment and hosted through apache.
valence-ui makes us of React.js javascript libaray and invoke Valence REST APIs through ajax REST calls.
========== ==========
Features Features