Enable profiling in rally-jobs

To enable profiling "profiler" should be added to
CEILOMETER_NOTIFICATIONS_TOPIC

Change-Id: Idf4a8a67d791b43dbb794f6099b1c346e14e6770
This commit is contained in:
Sergey Skripnick 2014-08-08 13:02:54 +03:00
parent 762c3a0c1e
commit f13ccf2aa3

View File

@ -32,6 +32,7 @@
#!/bin/bash -xe #!/bin/bash -xe
export PROJECTS="stackforge/rally $PROJECTS" export PROJECTS="stackforge/rally $PROJECTS"
export PROJECTS="openstack/ceilometer $PROJECTS" export PROJECTS="openstack/ceilometer $PROJECTS"
export CEILOMETER_NOTIFICATION_TOPICS=notifications,profiler
export DEVSTACK_GATE_NEUTRON={neutron} export DEVSTACK_GATE_NEUTRON={neutron}
export DEVSTACK_GATE_TEMPEST_LARGE_OPS={large_ops} export DEVSTACK_GATE_TEMPEST_LARGE_OPS={large_ops}
export DEVSTACK_GATE_EXERCISES=0 export DEVSTACK_GATE_EXERCISES=0