This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swagger: '2.0' | |
info: | |
version: 3.0.0 | |
title: 'Readmoo 讀墨 API 文件' | |
description: | | |
Readmoo 讀墨電子書 API 使用說明文件 | |
要使用 swagger UI 測試前,請先點擊右方的 Authorize 按鈕, | |
在跳出的 Available authorizations 清單中勾選需要的 scopes 後, | |
點擊清單下方的 Authorize 按鈕,瀏覽器會另外開啟新頁籤要求登入, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class osnailyfacter::cluster_simple { | |
if $::use_quantum { | |
$novanetwork_params = {} | |
$quantum_config = sanitize_neutron_config($::fuel_settings, 'quantum_settings') | |
debug__dump_to_file('/tmp/neutron_cfg.yaml', $quantum_config) | |
} else { | |
$quantum_config = {} | |
$novanetwork_params = $::fuel_settings['novanetwork_parameters'] | |
$network_config = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gruntfile.patch | |
diff --git a/nailgun/Gruntfile.js b/nailgun/Gruntfile.js | |
index 67d99f4..1f1e9de 100644 | |
--- a/nailgun/Gruntfile.js | |
+++ b/nailgun/Gruntfile.js | |
@@ -25,7 +25,7 @@ module.exports = function(grunt) { | |
dir: staticDir, | |
mainConfigFile: 'static/js/main.js', | |
waitSeconds: 60, | |
- optimize: 'uglify2', |