cc_staff
1,486
edits
Line 68: | Line 68: | ||
<li>install keystone client:{{Command|sudo apt-get install python-keystoneclient}}this client creates and manages users, tenants, roles, endpoints, and credentials. (e.g. run the command {{Command|keystone catalog}})</li> | <li>install keystone client:{{Command|sudo apt-get install python-keystoneclient}}this client creates and manages users, tenants, roles, endpoints, and credentials. (e.g. run the command {{Command|keystone catalog}})</li> | ||
<li>install neutron client:{{Command|sudo apt-get install python-neutronclient}} this client manages networks</li> | <li>install neutron client:{{Command|sudo apt-get install python-neutronclient}} this client manages networks</li> | ||
<li>install swift client:{{Command|sudo apt-get install python-swiftclient}} This client is used for managing the OpenStack object storage | <li>install swift client:{{Command|sudo apt-get install python-swiftclient}} This client is used for managing the OpenStack object storage.</li> | ||
<li>install heat client:{{Command|sudo apt-get install python-heatclient}} This client is used for automating cluster creation.</li> | |||
</ol> | </ol> | ||