resource_registry: # Docker container with heat agents for containerized compute node. OS::TripleO::ComputePostDeployment: ../docker/compute-post.yaml OS::TripleO::NodeUserData: ../docker/firstboot/install_docker_agents.yaml OS::TripleO::Compute::Net::SoftwareConfig: ../net-config-bridge.yaml parameters: NovaImage: fedora-atomic # FIXME: When Kolla cuts liberty tag we can use kollaglue registry parameter_defaults: DockerComputeImage: rthallisey/centos-binary-nova-compute:liberty DockerComputeDataImage: rthallisey/centos-binary-data:liberty DockerLibvirtImage: rthallisey/centos-binary-nova-libvirt:liberty DockerNeutronAgentImage: rthallisey/centos-binary-neutron-agents:liberty DockerOpenvswitchImage: rthallisey/centos-binary-neutron-openvswitch-agent:liberty DockerOvsVswitchdImage: rthallisey/centos-binary-openvswitch-vswitchd:liberty DockerOpenvswitchDBImage: rthallisey/centos-binary-openvswitch-db-server:liberty