juju-deployer does not error on incorrect config option
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-deployer |
Confirmed
|
Low
|
Unassigned |
Bug Description
I'm trying to deploy multiple units of apache. My config file looks like this:
~~~
snappy-
series: trusty
services:
apache2:
charm: apache2
expose: true
units: 2
# other options
~~~
This is based on the docs at:
http://
However it turns out that the juju-deployer version I'm using wants 'num_units', instead of 'units', but DOES NOT ERROR when given the 'units' config option. Instead, it silently does the wrong thing.
Please either make juju-deployer error on options it doesn't understand, or make the docs up-to-date with the current juju-deployer version.
Changed in juju-deployer: | |
status: | New → Confirmed |
importance: | Undecided → Low |