Mehdi Abaakouk
5c621712a9
install-doc: Disable ceilometer-api service
...
We tell people to configure ceilometer-api with apache/mod_wsgi.
But we miss to disable the ceilometer-api service for testing purpose.
Change-Id: I05949719d9804162fd990c298a5bfd8b9a42e616
2017-01-24 14:26:21 +01:00
Jenkins
e1c30f976a
Merge "Make rabbitmq configuration much simpler"
2017-01-04 08:45:55 +00:00
liyuenan
209275bcc2
Fix the install guide bug
...
The WSGIScriptAlias in ``/etc/apache2/sites-available/ceilometer.conf``
shoule be ``/usr/lib/python2.7/dist-packages/ceilometer/api/app.wsgi``
Closes-Bug: #1644972
Change-Id: Id795520b1330114243c6045162abad6d4d1f1ae8
Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-12-05 13:53:39 +00:00
chenxing
fb2fb7a55e
Make rabbitmq configuration much simpler
...
Update from this commit https://review.openstack.org/#/c/389971/1
in the openstack-manuals project.
'rpc_backend', 'rabbit_host', 'rabbit_userid', and
'rabbit_password' are deprecated for removal, for more
information, see
http://docs.openstack.org/developer/oslo.messaging/opts.html#configuration-options
Change-Id: I412a7e43197aca8ff78a139c5f9ee91590421e59
2016-12-01 08:27:38 +00:00
Mehdi Abaakouk
0e63667759
doc: fix the wsgi configuration file name
...
Closes-bug: #1631629
Change-Id: Id5658e576dbeade72c6dfc9500e0cfe413eb4d93
2016-11-15 08:42:15 +01:00
SunAnChen
ce5c9d42ba
Fix the issue that missing the app file
...
Fix the issue that missing the app file in /var/www/cgi-bin/ceilometer/
Closes-Bug:#1632635
Change-Id: I79aa11d33d9fb2a3f4f9f1e197b94cbf4c51df0c
2016-10-12 11:58:40 +00:00
chenxing
901b78b2eb
specific the title
...
The Ubuntu and rdo use the same title, which will mislead readers.
Closes-Bug: #1628822
Change-Id: Id451ad51076d319d69f2a7df676acba9217e92b4
2016-09-30 02:21:09 +00:00
Jenkins
01d9efba94
Merge "Update the compute node service_credentials parameters"
2016-09-16 09:13:13 +00:00
chen-xing
2feef3b8f8
Update the compute node service_credentials parameters
...
Keystone v2 API is being used until
https://review.openstack.org/#/c/237537/ merges.
Now Ceilometer support all past/present and future version.
Change-Id: I3dda52a54956f4b2efd036eccc459e981ebf12d7
Closes-Bug: #1621580
2016-09-13 08:02:43 +00:00
Jenkins
b2198fea15
Merge "[install] Create endpoint in one command"
2016-08-29 14:12:40 +00:00
Jenkins
f2d2dab43a
Merge "correct the mistake in install-guide document"
2016-08-27 16:19:59 +00:00
chen-xing
96adfd52c7
[install] Create endpoint in one command
...
backport: mitaka
Change-Id: Ie67f86ff5bda0fc972dc3e259896259cad7fe06f
Closes-Bug: #1616983
2016-08-26 23:32:29 +08:00
chen-xing
ded35e31c8
[install] Add a missing stash
...
backport: mitaka
Change-Id: Ic3b031272baa3938b45510d7c145d445f29bbce3
Closes-Bug: #1617355
2016-08-26 23:20:50 +08:00
xiaozhuangqing
955845120e
correct the mistake in install-guide document
...
as we all know , ubuntu has no systemctl cli to handle
a server, instead of service cli. so we need use
: service mongodb restart
Change-Id: Ib44daab2ccfed3ef3f2cf797e6d9386522fee896
2016-08-26 08:52:08 +08:00
chenxing
e089eccc85
Revert "[install] Create endpoint in one command"
...
The installation guide uses the Identity v3 API.
According to the OSC documentation [1], the
existing steps are correct.
[1] http://docs.openstack.org/developer/python-openstackclient/command-objects/endpoint.html#endpoint-create
Change-Id: Ibc861ea9ce5d2c98fdee3c8e3201bcc58aa99f16
2016-07-21 16:14:27 +08:00
Ildiko Vancsa
b33f32b714
Add install-guide for ceilometer
...
This adds ceilometer-specific contents of the OpenStack Installation Guide
in the ceilometer repo per [1]. A separate change will remove the
ceilometer contents from the OpenStack Installation Guide for Newton per [2].
The ceilometer install-guide structure is based on Install Guide
Cookiecutter [3].
Also adds tox.ini environment for install-guide and adds
openstackdocs-theme to test-requirements.txt.
[1] http://specs.openstack.org/openstack/docs-specs/specs/newton/project-specific-installguides.html
[2] http://specs.openstack.org/openstack/docs-specs/specs/newton/installguide.html
[3] https://review.openstack.org/#/c/314229/
Partially-Implements: blueprint projectspecificinstallguide
Change-Id: Iffc5d7243e9eeb74c9dd7b559ef3de7123269293
2016-06-24 15:34:51 +02:00