Talk:OpenStack: Difference between revisions
Jump to navigation
Jump to search
(Created page with "CERN docs on OpenStack, might be helpful [https://clouddocs.web.cern.ch/clouddocs/ https://clouddocs.web.cern.ch/clouddocs/]") |
No edit summary |
||
Line 1: | Line 1: | ||
CERN docs on OpenStack, might be helpful [https://clouddocs.web.cern.ch/clouddocs/ https://clouddocs.web.cern.ch/clouddocs/] | CERN docs on OpenStack, might be helpful [https://clouddocs.web.cern.ch/clouddocs/ https://clouddocs.web.cern.ch/clouddocs/] | ||
==New combined CLI tool installation== | |||
{{command|sudo apt-get install python-dev python-pip}} | |||
{{command|pip install python-openstackclient}} | |||
see [[http://docs.openstack.org/cli-reference/common/cli_install_openstack_command_line_clients.html http://docs.openstack.org/cli-reference/common/cli_install_openstack_command_line_clients.html]] |
Revision as of 16:51, 21 March 2016
CERN docs on OpenStack, might be helpful https://clouddocs.web.cern.ch/clouddocs/
New combined CLI tool installation
[name@server ~]$ sudo apt-get install python-dev python-pip
[name@server ~]$ pip install python-openstackclient
see [http://docs.openstack.org/cli-reference/common/cli_install_openstack_command_line_clients.html]