Rename climatenova to blazarnova

blazarnova (was) an alias package to climatenova, swapping the two so that
climatenova is now the alias package

Change-Id: I25b5d194cdf125c2cc5d4e8c43ceb79e5a80908b
This commit is contained in:
James Penick 2014-07-02 17:34:49 +00:00
parent 05819d2066
commit 44770ed8c0
24 changed files with 11 additions and 11 deletions

View File

@ -2,6 +2,6 @@
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
${PYTHON:-python} -m subunit.run discover climatenova $LISTOPT $IDOPTION
${PYTHON:-python} -m subunit.run discover blazarnova $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list

View File

@ -1,5 +0,0 @@
import os
__path__ = [
os.path.join(os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
'climatenova')]

View File

@ -29,7 +29,7 @@ class BaseTestCase(testtools.TestCase):
super(BaseTestCase, self).setUp()
self._set_timeout()
self._fake_output()
self.useFixture(fixtures.FakeLogger('climatenova.openstack.common'))
self.useFixture(fixtures.FakeLogger('blazarnova.openstack.common'))
self.useFixture(fixtures.NestedTempfile())
def _set_timeout(self):

View File

@ -0,0 +1,5 @@
import os
__path__ = [
os.path.join(os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
'blazarnova')]

View File

@ -1,8 +1,8 @@
[DEFAULT]
scheduler_available_filters = nova.scheduler.filters.all_filters
scheduler_available_filters = climatenova.scheduler.filters.climate_filter.ClimateFilter
scheduler_available_filters = blazarnova.scheduler.filters.blazar_filter.ClimateFilter
scheduler_default_filters=RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ClimateFilter
osapi_compute_extension = nova.api.openstack.compute.contrib.standard_extensions
osapi_compute_extension = climatenova.api.extensions.default_reservation.Default_reservation
osapi_compute_extension = climatenova.api.extensions.reservation.Reservation
osapi_compute_extension = blazarnova.api.extensions.default_reservation.Default_reservation
osapi_compute_extension = blazarnova.api.extensions.reservation.Reservation

View File

@ -23,4 +23,4 @@ setup-hooks = pbr.hooks.setup_hook
[files]
packages =
climatenova
blazarnova