failed to install compute node without rabbit service enalbed

Bug #1532675 reported by yong sheng gong
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
devstack
Invalid
Undecided
yong sheng gong

Bug Description

compute node should be running n-cpu enabled without rabbit service enabled

but
https://github.com/openstack-dev/devstack/blob/master/lib/rpc_backend#L51
# install rpc backend
function install_rpc_backend {
    if is_service_enabled rabbit; then
        # Install rabbitmq-server
        install_package rabbitmq-server
    fi
    if is_fedora; then
        sudo systemctl enable rabbitmq-server
    fi
}

blocks doing this.

Changed in devstack:
assignee: nobody → yong sheng gong (gongysh)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to devstack (master)

Fix proposed to branch: master
Review: https://review.openstack.org/265687

Changed in devstack:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on devstack (master)

Change abandoned by gongysh (gong.yongsheng@99cloud.net) on branch: master
Review: https://review.openstack.org/265687
Reason: fixed already

Revision history for this message
Sean Dague (sdague) wrote :

This devstack bug was last updated over 180 days ago, as devstack
is a fast moving project and we'd like to get the tracker down to
currently actionable bugs, this is getting marked as Invalid. If the
issue still exists, please feel free to reopen it.

Changed in devstack:
status: In Progress → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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