Bug 1043703

Summary: [RFE][nova]: Nova Docker hypervisor should support env variables
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/nova/+spec/docker-env-via-meta-data
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_drafting
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 16:56:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-17 00:43:33 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/docker-env-via-meta-data.

Description:

A common pattern in docker is to use environment variables to configure a container. This is not possible with the nova docker driver. We could provide a simple way to provide this feature by using the nova instance metadata. For example each metadata entry which is prefixed with ENV_ or DOCKER_ could be injected as environment variable into the container.

Specification URL (additional information):

None