wrong default parameters for Openstack packages in config.mk

Bug #1462969 reported by Aleksandra Fedorova
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
Medium
Vladimir Kozhukalov

Bug Description

Default variables for openstack packages contain wrong parameters which refer to master branch.

https://github.com/stackforge/fuel-main/blob/stable/6.1/config.mk

define set_vars
    $(call uc,$(1))_REPO?=https://github.com/openstack/$(1).git
    $(call uc,$(1))_COMMIT?=master
    $(call uc,$(1))_SPEC_REPO?=https://review.fuel-infra.org/openstack-build/$(1)-build.git
    $(call uc,$(1))_SPEC_COMMIT?=master
    $(call uc,$(1))_GERRIT_URL?=https://review.openstack.org/openstack/$(1).git
    $(call uc,$(1))_GERRIT_COMMIT?=none
    $(call uc,$(1))_SPEC_GERRIT_URL?=https://review.fuel-infra.org/openstack-build/$(1)-build.git
    $(call uc,$(1))_SPEC_GERRIT_COMMIT?=none
endef

Tags: non-release
Roman Vyalov (r0mikiam)
Changed in fuel:
assignee: Fuel OSCI Team (fuel-osci) → Alexander Tsamutali (astsmtl)
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
Vladimir Kozhukalov (kozhukalov) wrote :

We are planning to get rid of building any packages during ISO building.

Changed in fuel:
assignee: Alexander Tsamutali (astsmtl) → Vladimir Kozhukalov (kozhukalov)
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.