Matt Thompson bd014f6b1a Fix how constraints are added to pip_install_options
This commit changes the pip_install_options fact name in
glance_install.yml to pip_install_options_fact.  This allows us to
maintain the existing pip_install_options variable without overwriting
it with options when in developer mode, which ultimately means we can
have multiple services running in a container use a combination of
*_developer_mode: true and *_developer_mode: false.  At the moment,
if a service writes pip_install_options fact with the constraints
options, those options will persist to other services running in the
container even if *_developer_mode: false.

Change-Id: Id0fb436f886f904b6f4f44a9db5f95864c18a409
2016-03-17 20:33:51 +00:00
..