Remove nova-mksproxy image
Signed-off-by: Christian Berendt <berendt@betacloud-solutions.de> Change-Id: I3d101f171bd1cc6f3c192ddc98cea0d63bccb739
This commit is contained in:
parent
8bf9e8a90c
commit
36e5ef2d78
@ -49,7 +49,6 @@ murano,C,C,C,C,N,C
|
|||||||
neutron,C,C,C,C,N,C
|
neutron,C,C,C,C,N,C
|
||||||
neutron-mlnx-agent,C,C,N,C,N,C
|
neutron-mlnx-agent,C,C,N,C,N,C
|
||||||
nova,C,C,C,C,N,C
|
nova,C,C,C,C,N,C
|
||||||
nova-mksproxy (deprecated),C,C,C,C,N,C
|
|
||||||
nova-spicehtml5proxy,N,N,C,C,N,C
|
nova-spicehtml5proxy,N,N,C,C,N,C
|
||||||
octavia,C,C,N,C,N,C
|
octavia,C,C,N,C,N,C
|
||||||
openvswitch,C,C,C,C,N,C
|
openvswitch,C,C,C,C,N,C
|
||||||
|
|
@ -50,7 +50,6 @@ murano,C,C,C,C,C,C
|
|||||||
neutron,T,T,T,T,C,T
|
neutron,T,T,T,T,C,T
|
||||||
neutron-mlnx-agent,C,C,N,C,N,C
|
neutron-mlnx-agent,C,C,N,C,N,C
|
||||||
nova,T,T,T,T,C,T
|
nova,T,T,T,T,C,T
|
||||||
nova-mksproxy (deprecated),T,T,T,T,C,T
|
|
||||||
nova-spicehtml5proxy,N,N,T,T,C,T
|
nova-spicehtml5proxy,N,N,T,T,C,T
|
||||||
octavia,C,C,N,C,C,C
|
octavia,C,C,N,C,C,C
|
||||||
openvswitch,T,T,T,T,C,T
|
openvswitch,T,T,T,T,C,T
|
||||||
|
|
@ -1,16 +0,0 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
|
||||||
{% block labels %}
|
|
||||||
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block nova_mksproxy_header %}{% endblock %}
|
|
||||||
|
|
||||||
{% import "macros.j2" as macros with context %}
|
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
|
||||||
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' && /bin/false
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% block nova_mksproxy_footer %}{% endblock %}
|
|
||||||
{% block footer %}{% endblock %}
|
|
||||||
USER nova
|
|
@ -573,10 +573,6 @@ SOURCES = {
|
|||||||
'type': 'url',
|
'type': 'url',
|
||||||
'location': ('$tarballs_base/openstack/blazar-nova/'
|
'location': ('$tarballs_base/openstack/blazar-nova/'
|
||||||
'blazar-nova-${openstack_branch}.tar.gz')},
|
'blazar-nova-${openstack_branch}.tar.gz')},
|
||||||
'nova-base-plugin-mksproxy': {
|
|
||||||
'type': 'url',
|
|
||||||
'location': ('$tarballs_base/openstack/nova-mksproxy/'
|
|
||||||
'nova-mksproxy-master.tar.gz')},
|
|
||||||
'octavia-base': {
|
'octavia-base': {
|
||||||
'type': 'url',
|
'type': 'url',
|
||||||
'location': ('$tarballs_base/openstack/octavia/'
|
'location': ('$tarballs_base/openstack/octavia/'
|
||||||
|
@ -105,7 +105,6 @@ UNBUILDABLE_IMAGES = {
|
|||||||
"masakari-base",
|
"masakari-base",
|
||||||
"monasca-base",
|
"monasca-base",
|
||||||
"monasca-thresh",
|
"monasca-thresh",
|
||||||
"nova-mksproxy",
|
|
||||||
"solum-base",
|
"solum-base",
|
||||||
"vmtp",
|
"vmtp",
|
||||||
"zun-base",
|
"zun-base",
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- The ``nova-mksproxy`` image is removed per the deprecation cycle.
|
@ -59,7 +59,6 @@ kolla_build_sources:
|
|||||||
- neutron-vpnaas-agent
|
- neutron-vpnaas-agent
|
||||||
- neutron-base-plugin-vpnaas-agent
|
- neutron-base-plugin-vpnaas-agent
|
||||||
openstack/nova: nova-base
|
openstack/nova: nova-base
|
||||||
openstack/nova-mksproxy: nova-base-plugin-mksproxy
|
|
||||||
openstack/octavia: octavia-base
|
openstack/octavia: octavia-base
|
||||||
openstack/panko:
|
openstack/panko:
|
||||||
- ceilometer-base-plugin-panko
|
- ceilometer-base-plugin-panko
|
||||||
|
@ -73,7 +73,6 @@ ALWAYS_USE_VERSION_PROJECTS = {
|
|||||||
'vitrage-tempest-plugin',
|
'vitrage-tempest-plugin',
|
||||||
'watcher-tempest-plugin',
|
'watcher-tempest-plugin',
|
||||||
'zaqar_tempest_plugin',
|
'zaqar_tempest_plugin',
|
||||||
'nova-mksproxy',
|
|
||||||
'tempest',
|
'tempest',
|
||||||
'vmtp',
|
'vmtp',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user