Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./cli.py prepare should reload the broker option from the env #60

Open
msimonin opened this issue Feb 12, 2018 · 1 comment
Open

./cli.py prepare should reload the broker option from the env #60

msimonin opened this issue Feb 12, 2018 · 1 comment

Comments

@msimonin
Copy link
Owner

Currently calling ./cli.py prepare from the command line applies the default configuration of the broker (qdr complete graph of size 4). We don't want to run in this situation :

./cli.py deploy rabbitmq
./cli.py destroy
# The following will install qdr instead of rabbitmq (usually we don't want to change the bus when iterating)
./cli.py prepare 
@jrbalderrama jrbalderrama self-assigned this Feb 27, 2018
@jrbalderrama jrbalderrama removed their assignment Feb 27, 2018
@jrbalderrama
Copy link
Collaborator

What is the status of this issue. It looks like it was already addressed in the code with

t.prepare(driver=driver, env=env)
and this
config = env["config"]["drivers"].get(driver, DRIVER)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants