
This lays the groundwork for interactive init, as well as being able to specify control and compute nodes. Added preliminary config lists for control and compute nodes. Added appropriate default snapctl config settings in install script. Also changed "binary" questions to "boolean" questions, as that's better wording, and it means that my docstrings are not a confusing mix of "boolean" and "binary" when I forget which term I used. Snuck in a fix for the "basic" testing environment -- it was missing the Python requirements, and was therefore failing! Change-Id: I7f95ab68f924fa4d4280703c372b807cc7c77758
7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
snap-openstack setup # Write out templates
|
|
|
|
source $SNAP_COMMON/etc/microstack.rc
|