Browse code

Add ceilometer to plugin registry

Ceilometer is now removed from devstack and only exists as a plugin
so it should be in the registry.

Unfortunately the length of the URL changed the table formatting so
the diff is much larger than the semantic change.

Change-Id: Ibe8e27e97294c2d13be8f22f41eea27775811eec

Chris Dent authored on 2015/09/29 19:02:32
Showing 1 changed files
... ...
@@ -17,27 +17,29 @@ Official OpenStack Projects
17 17
 
18 18
 The following are plugins that exist for official OpenStack projects.
19 19
 
20
-+--------------------+-------------------------------------------+--------------------+
21
-|Plugin Name         |URL                                        |Comments            |
22
-+--------------------+-------------------------------------------+--------------------+
23
-|aodh                |git://git.openstack.org/openstack/aodh     | alarming           |
24
-+--------------------+-------------------------------------------+--------------------+
25
-|gnocchi             |git://git.openstack.org/openstack/gnocchi  | metric             |
26
-+--------------------+-------------------------------------------+--------------------+
27
-|magnum              |git://git.openstack.org/openstack/magnum   |                    |
28
-+--------------------+-------------------------------------------+--------------------+
29
-|manila              |git://git.openstack.org/openstack/manila   | file shares        |
30
-+--------------------+-------------------------------------------+--------------------+
31
-|mistral             |git://git.openstack.org/openstack/mistral  |                    |
32
-+--------------------+-------------------------------------------+--------------------+
33
-|rally               |git://git.openstack.org/openstack/rally    |                    |
34
-+--------------------+-------------------------------------------+--------------------+
35
-|sahara              |git://git.openstack.org/openstack/sahara   |                    |
36
-+--------------------+-------------------------------------------+--------------------+
37
-|trove               |git://git.openstack.org/openstack/trove    |                    |
38
-+--------------------+-------------------------------------------+--------------------+
39
-|zaqar               |git://git.openstack.org/openstack/zaqar    |                    |
40
-+--------------------+-------------------------------------------+--------------------+
20
++------------------+---------------------------------------------+--------------------+
21
+|Plugin Name       |URL                                          |Comments            |
22
++------------------+---------------------------------------------+--------------------+
23
+|aodh              |git://git.openstack.org/openstack/aodh       | alarming           |
24
++------------------+---------------------------------------------+--------------------+
25
+|ceilometer        |git://git.openstack.org/openstack/ceilometer | metering           |
26
++------------------+---------------------------------------------+--------------------+
27
+|gnocchi           |git://git.openstack.org/openstack/gnocchi    | metric             |
28
++------------------+---------------------------------------------+--------------------+
29
+|magnum            |git://git.openstack.org/openstack/magnum     |                    |
30
++------------------+---------------------------------------------+--------------------+
31
+|manila            |git://git.openstack.org/openstack/manila     | file shares        |
32
++------------------+---------------------------------------------+--------------------+
33
+|mistral           |git://git.openstack.org/openstack/mistral    |                    |
34
++------------------+---------------------------------------------+--------------------+
35
+|rally             |git://git.openstack.org/openstack/rally      |                    |
36
++------------------+---------------------------------------------+--------------------+
37
+|sahara            |git://git.openstack.org/openstack/sahara     |                    |
38
++------------------+---------------------------------------------+--------------------+
39
+|trove             |git://git.openstack.org/openstack/trove      |                    |
40
++------------------+---------------------------------------------+--------------------+
41
+|zaqar             |git://git.openstack.org/openstack/zaqar      |                    |
42
++------------------+---------------------------------------------+--------------------+
41 43
 
42 44
 
43 45