Allow adding services to ENABLED_SERVICES without having to copy the full thing

Bug #951598 reported by Chmouel Boudjnah
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
devstack
Fix Released
Undecided
Chmouel Boudjnah

Bug Description

Currently to add a service like swift to devstack, we need to copy and paste the full ENABLED_SERVICES variable and append ,swift to it, it could be nice if we could just do :

ENABLED_SERVICES=${ENABLED_SERVICES},swift

in our localrc

Changed in devstack:
assignee: nobody → Chmouel Boudjnah (chmouel)
Changed in devstack:
status: New → In Progress
Changed in devstack:
status: In Progress → Fix Committed
Revision history for this message
Chmouel Boudjnah (chmouel) wrote :

Reviewed: https://review.openstack.org/5118
Committed: http://github.com/openstack-dev/devstack/commit/389f4efb1ed9c2261caffc3a64006fe6171aae39
Submitter: Jenkins
Branch: master

commit 389f4efb1ed9c2261caffc3a64006fe6171aae39
Author: Ken Pepple <email address hidden>
Date: Thu Mar 8 19:37:03 2012 -0800

   support glance only mode by if...then checking for is_service_enabled nova.
   removed redundant is_service_enabled checks for screen_it processes.
   fixes bug 885767

   Change-Id: I4441e8d0e9d7b96770923721fa97dbd10c4379a8

** Changed in: devstack
      Status: In Progress => Fix Committed

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (master)

Reviewed: https://review.openstack.org/5150
Committed: http://github.com/openstack-dev/devstack/commit/8da5656ffd8b28d88536efbe6d452ab86c3b3e74
Submitter: Jenkins
Branch: master

commit 8da5656ffd8b28d88536efbe6d452ab86c3b3e74
Author: Chmouel Boudjnah <email address hidden>
Date: Fri Mar 9 14:21:40 2012 +0000

    Move ENABLED_SERVICES to stackrc.

    allow us to do things like that :

    ENABLED_SERVICES="$ENABLED_SERVICES,swift"

    in localrc instead of having to copy the full config from stack.sh.

    Fixes bug 951598.

    Change-Id: I17e168473540760bcfa40a752ff2c266bd9b7044

Dean Troyer (dtroyer)
Changed in devstack:
status: Fix Committed → Fix Released
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.