Skip to content

Commit

Permalink
php: temporarily disable autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrivat committed Jul 17, 2016
1 parent 62fe8a6 commit c19f577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conpaas-frontend/www/lib/ui/page/hosting/PhpPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public function renderContent() {
return $this->renderInstancesSection()
.$this->renderCdsSection()
.$this->renderCodeSection()
.$this->renderAutoscalingSettingsSection()
// .$this->renderAutoscalingSettingsSection()
.$this->renderSettingsSection();
}
}
4 changes: 2 additions & 2 deletions cps-tools/src/cps_tools/php.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def __init__(self, php_parser, client):
self._add_enable_code()
self._add_get_configuration()
self._add_debug()
self._add_enable_autoscaling()
self._add_disable_autoscaling()
# self._add_enable_autoscaling()
# self._add_disable_autoscaling()


# ========== enable_code
Expand Down

0 comments on commit c19f577

Please sign in to comment.