slipstream / SlipStreamClient

SlipStream Python client
Apache License 2.0
1 stars 4 forks source link

configuration files must not be required for build #277

Closed loomis closed 8 years ago

loomis commented 8 years ago

Currently, two configuration files are required to build the SlipStream software. This is wrong; the build must not depend on outside configuration.

The following is the text from the contributors guide concerning these files:

$ touch /usr/bin/slipstream.client.conf

$ cat > ~/slipstream.context << EOF
[contextualization]
diid = 123
cookie = foo
serviceurl = http://example.com
node_instance_name = instance-name
EOF
loomis commented 8 years ago

The slipstream.context file no longer appears to be needed for the build.

konstan commented 8 years ago

slipstream.context is still need for the build. Opened #282