Index: trunk/extensions/OpenStackManager/special/SpecialNovaInstance.php |
— | — | @@ -487,7 +487,6 @@ |
488 | 488 | $out .= Html::element( 'h2', array(), $project ); |
489 | 489 | $out .= $sk->link( $this->getTitle(), wfMsgHtml( 'openstackmanager-createinstance' ), array(), |
490 | 490 | array( 'action' => 'create', 'project' => $project ) ); |
491 | | - $out .= ' ' . $sk->link( Special::getTitleFor( 'NovaAddress' ), wfMsgHtml( 'openstackmanager-allocateips' ) ); |
492 | 491 | if ( isset( $projectArr["$project"] ) ) { |
493 | 492 | $projectOut = $header; |
494 | 493 | $projectOut .= $projectArr["$project"]; |
Index: trunk/extensions/OpenStackManager/OpenStackManager.i18n.php |
— | — | @@ -88,7 +88,6 @@ |
89 | 89 | 'openstackmanager-instancetypelabel' => '{{PLURAL:$1|$1 CPU|$1 CPUs}}, $2 MB RAM, $3 GB storage', |
90 | 90 | 'openstackmanager-launchtime' => 'Launch time', |
91 | 91 | 'openstackmanager-createinstance' => 'Create a new instance', |
92 | | - 'openstackmanager-allocateips' => 'Allocate IP addresses', |
93 | 92 | 'openstackmanager-invaliddomain' => 'Requested domain is invalid.', |
94 | 93 | 'openstackmanager-createdinstance' => 'Created instance $1 with image $2 and hostname $3.', |
95 | 94 | 'openstackmanager-createfailedldap' => 'Failed to create instance as the host could not be added to LDAP.', |