diff --git a/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_advanced_help.html b/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_advanced_help.html deleted file mode 100644 index 0b43a16c2c..0000000000 --- a/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_advanced_help.html +++ /dev/null @@ -1,2 +0,0 @@ -{% load i18n %} -
{% blocktrans %}Specify advanced options to use when launching an instance.{% endblocktrans %}
diff --git a/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_details_help.html b/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_details_help.html deleted file mode 100644 index b05b017fce..0000000000 --- a/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_details_help.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends 'project/instances/_flavors_and_quotas.html' %} -{% load i18n %} - -{% block help_message %} -{% blocktrans %}Specify the details for launching an instance.{% endblocktrans %}
-{% blocktrans %}The chart below shows the resources used by this project in relation to the project's quotas.{% endblocktrans %}
-{% endblock %} diff --git a/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_network_help.html b/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_network_help.html deleted file mode 100644 index 5860a43f31..0000000000 --- a/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_network_help.html +++ /dev/null @@ -1,3 +0,0 @@ -{% load i18n horizon %} - -{% blocktrans %}Choose network from Available networks to Selected networks by push button or drag and drop, you may change NIC order by drag and drop as well. {% endblocktrans %}
diff --git a/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_network_ports_help.html b/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_network_ports_help.html deleted file mode 100644 index 7f91c20547..0000000000 --- a/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_network_ports_help.html +++ /dev/null @@ -1,7 +0,0 @@ -{% load i18n %} - -{% block help_message %} -{% blocktrans %}A port is a connection point for attaching a single device, such as the NIC of a virtual server, to a virtual network.{% endblocktrans %}
-{% blocktrans %}The port also describes the associated network configuration, such as the MAC and IP addresses to be used on that port.{% endblocktrans %}
-{% blocktrans %}Ports are optional and can be used with networks to add extra IP addresses to your instances or select specific types of ports.{% endblocktrans %}
-{% endblock %} diff --git a/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_volumes_help.html b/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_volumes_help.html deleted file mode 100644 index 26f4429cbb..0000000000 --- a/openstack_dashboard/dashboards/project/instances/templates/instances/_launch_volumes_help.html +++ /dev/null @@ -1,3 +0,0 @@ -{% load i18n horizon %} - -{% blocktrans %}An instance can be launched with varying types of attached storage. You may select from those options here.{% endblocktrans %}
diff --git a/openstack_dashboard/dashboards/project/instances/templates/instances/_update_networks.html b/openstack_dashboard/dashboards/project/instances/templates/instances/_update_networks.html deleted file mode 100644 index cf84caf396..0000000000 --- a/openstack_dashboard/dashboards/project/instances/templates/instances/_update_networks.html +++ /dev/null @@ -1,36 +0,0 @@ -{% load i18n %} - - -