To update the documentation for E-release
[kvmfornfv.git] / docs / release / userguide / openstack.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2
3 .. http://creativecommons.org/licenses/by/4.0
4
5 ==============================
6 Euphrates OpenStack User Guide
7 ==============================
8
9 OpenStack is a cloud operating system developed and released by the
10 `OpenStack project <https://www.openstack.org>`_.  OpenStack is used in OPNFV
11 for controlling pools of compute, storage, and networking resources in a Pharos
12 compliant infrastructure.
13
14 OpenStack is used in Euphrates to manage tenants (known in OpenStack as
15 projects),users, services, images, flavours, and quotas across the Pharos
16 infrastructure.The OpenStack interface provides the primary interface for an
17 operational Euphrates deployment and it is from the "horizon console" that an
18 OPNFV user will perform the majority of administrative and operational
19 activities on the deployment.
20
21 OpenStack references
22 --------------------
23
24 The `OpenStack user guide <http://docs.openstack.org/user-guide>`_ provides
25 details and descriptions of how to configure and interact with the OpenStack
26 deployment.This guide can be used by lab engineers and operators to tune the
27 OpenStack deployment to your liking.
28
29 Once you have configured OpenStack to your purposes, or the Euphrates
30 deployment meets your needs as deployed, an operator, or administrator, will
31 find the best guidance for working with OpenStack in the
32 `OpenStack administration guide <http://docs.openstack.org/user-guide-admin>`_.
33
34 Connecting to the OpenStack instance
35 ------------------------------------
36
37 Once familiar with the basic of working with OpenStack you will want to connect
38 to the OpenStack instance via the Horizon Console.  The Horizon console provide
39 a Web based GUI that will allow you operate the deployment.
40 To do this you should open a browser on the JumpHost to the following address
41 and enter the username and password:
42
43
44   http://{Controller-VIP}:80/index.html>
45   username: admin
46   password: admin
47
48 Other methods of interacting with and configuring OpenStack,, like the REST API
49 and CLI are also available in the Euphrates deployment, see the
50 `OpenStack administration guide <http://docs.openstack.org/user-guide-admin>`_
51 for more information on using those interfaces.