suzhengwei
907cc2df16
add name for audit, update audit notifications
...
upgrade notifications
Change-Id: Ia8b7f36a8a2965bc8ec2243a10556592926297b2
Implements:blueprint add-name-for-audit
2017-11-01 10:39:43 +08:00
Zuul
a3be1587e3
Merge "Update the useful links for Rally job"
2017-10-30 03:13:09 +00:00
Zuul
aa72f984e4
Merge "add name for audit, changes for watcher api/db"
2017-10-30 02:11:26 +00:00
caoyuan
bcd2040025
Update the useful links for Rally job
...
Change-Id: I1d6463701f9e3d99c261e8738ba0291c32632947
2017-10-30 00:32:50 +00:00
Zuul
f2c9dc9c32
Merge "update API ref doc for ScoringEngine"
2017-10-27 03:33:55 +00:00
Zuul
6c94c235fc
Merge "Fix the strategy path of outlet_temp_control.py"
2017-10-26 02:30:20 +00:00
Zuul
7ed45e3ef1
Merge "Add cdm-scoping"
2017-10-25 13:52:10 +00:00
aditi
8722951022
update API ref doc for ScoringEngine
...
Change-Id: Icdfff4659d280a30768aebc0e8f161a699ffd793
Closes-Bug: #1726646
2017-10-24 14:16:19 +09:00
caoyuan
568d4e831c
Fix the strategy path of outlet_temp_control.py
...
1. fix the path of outlet_temp_control.py
2. remove the unnecessary noqa
Change-Id: Ieb33776baeaa936faf940d9886ffed8ec30e91b3
2017-10-24 01:29:17 +00:00
Zuul
deefc857ba
Merge "Optimize the link address"
2017-10-24 00:25:52 +00:00
Zuul
d33736e7f0
Merge "Imported Translations from Zanata"
2017-10-24 00:21:44 +00:00
Zuul
1b1779cc49
Merge "Fix a typo"
2017-10-24 00:21:43 +00:00
Zuul
d727bc3076
Merge "Unify the oslo_log import usage"
2017-10-24 00:21:43 +00:00
Zuul
875b7e1ca3
Merge "Optimise indentation for db client"
2017-10-24 00:21:42 +00:00
Zuul
c7f8755f9c
Merge "Correct the schema format"
2017-10-24 00:20:55 +00:00
zhengwei6082
0472715e0c
Optimize the link address
...
Use https instead of http to ensure the safety without containing our
account/password information
Change-Id: I16bdf6067fba4ea841071100d68edae7750946de
2017-10-23 07:03:41 +00:00
OpenStack Proposal Bot
2482e82548
Imported Translations from Zanata
...
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
Change-Id: I73cd252d637f890ed4ba1ea9abe06d5c47917a86
2017-10-23 06:17:23 +00:00
Zuul
e9c420467e
Merge "Optimize check_migrated in cinder_helper.py"
2017-10-23 03:53:17 +00:00
Zuul
2d5db7082b
Merge "Optimize live_migrate_instance"
2017-10-23 03:53:17 +00:00
caoyuan
4a3a50435a
Fix a typo
...
Update the "peformance" to "performance"
Change-Id: Ief94893db2a3d6d83d865cfe2aa45f524309ff8d
2017-10-21 14:54:16 +08:00
caoyuan
05b57fee7a
Unify the oslo_log import usage
...
In watcher project, some py file use "from oslo_log import log as logging"
for import, but more use "from oslo_log import log"
like https://github.com/openstack/watcher/blob/master/watcher/decision_engine/strategy/strategies/dummy_strategy.py#L19
this patch to unify it.
Change-Id: I9c667bb202bebc7942d1af5ce438375285c2e2ba
2017-10-21 06:32:59 +00:00
caoyuan
3729e39552
Optimise indentation for db client
...
Optimise indentation for db client, just like the others:
https://github.com/openstack/watcher/blob/master/watcher/conf/nova_client.py#L22
Change-Id: Icfbd4f26ce048fe3c3db430d95795fb0e58b7161
2017-10-21 13:55:47 +08:00
caoyuan
91911c8284
Correct the schema format
...
refer to https://github.com/openstack/watcher/blob/master/watcher/applier/actions/migration.py#L46
Change-Id: I2da8585ce978034fc9a79c2a0cf7bfb6eed487e2
2017-10-21 13:03:01 +08:00
suzhengwei
d7d56cbd79
add name for audit, changes for watcher api/db
...
Change-Id: Ibe04f5375d741d15999fde6faf767f15311c6351
Implements:blueprint add-name-for-audit
2017-10-20 14:17:20 +08:00
caoyuan
84fb7423f1
Update the nova api_version default value to 2.53
...
the api_version has been update, so the doc should change the default
value
refer to https://github.com/openstack/watcher/blob/master/watcher/conf/nova_client.py#L26
Change-Id: I9717294d43203315d0593a4fee8c2ff2caf6f0d0
1.5.0
2017-10-17 14:40:59 +08:00
caoyuan
ee5b01d33b
Correct the instance migration link
...
1. Update the instance migration link
2. remove the unnecessary install-guide link
configure and install Ceilometer by
https://docs.openstack.org/ceilometer/latest is enough
remove the other link.
Change-Id: I2bf408de1023750a3d1f2c9e25293649d99ac428
2017-10-17 10:07:55 +08:00
Zuul
b35feb5432
Merge "optimize update_audit_state"
2017-10-17 01:19:31 +00:00
licanwei
d722b62b97
Optimize check_migrated in cinder_helper.py
...
There are more than one 'migrating' status in the volume migration.
Others include starting, completing and so on.
So we should check the final status 'success' and 'error'.
Change-Id: I8ee9330aa32ec4516f2bf9e046ea68a72bc8a53d
2017-10-16 00:55:55 -07:00
licanwei
bf713ac7e1
Optimize live_migrate_instance
...
https://github.com/openstack/python-novaclient/blob/
master/novaclient/v2/servers.py#L468
From nova api version 2.25(Mitaka release), the default value of
block_migration is None which is mapped to 'auto'.
So we can remove 'block_migration' from live_migrate_instance.
Change-Id: I75a581d3146824b1146e2acf5a7fbe4f8368a4e8
2017-10-15 20:22:13 -07:00
Jenkins
8343f4bf46
Merge "Add documentation about saving energy strategy"
2017-10-13 06:51:13 +00:00
Jenkins
cd3f792eef
Merge "Invoke version_string in watcher/version.py directly"
2017-10-13 04:51:43 +00:00
Jenkins
7f7f7a9fd2
Merge "Add saving energy strategy description"
2017-10-13 04:50:00 +00:00
Jenkins
d5b778b730
Merge "Fix _build_instance_node for building Compute CDM"
2017-10-13 04:05:56 +00:00
Jenkins
62a902df7c
Merge "Fix the telemetry-measurements hyperlink for strategies"
2017-10-13 02:52:06 +00:00
Jenkins
5b6f65630d
Merge "Update OpenStack Installation Tutorial to pike"
2017-10-13 02:23:52 +00:00
OpenStack Proposal Bot
e5031ef04a
Updated from global requirements
...
Change-Id: I973ef2867d95fe4f70a43c9015f7571188dc13cd
2017-10-12 22:07:21 +00:00
Jenkins
ab2408ea67
Merge "writing convention: do not use “-y” for package install"
2017-10-12 07:04:58 +00:00
Yumeng_Bao
4c0d2ab4b2
Add saving energy strategy description
...
Change-Id: Id99d48bd2ca2a2539366d8dc1f7627d7eb472a10
2017-10-12 11:39:02 +08:00
Yumeng_Bao
cf8d7bb2f4
Add documentation about saving energy strategy
...
Change-Id: I9746239c83ea7bff364ad6939e4174748be2d299
Closes-Bug: #1713402
2017-10-11 14:24:30 +08:00
Jenkins
b3d60cb13d
Merge "Optimize the import format by pep8"
2017-10-10 14:33:45 +00:00
Jenkins
ffdc3b554d
Merge "Remove explicitly enable neutron"
2017-10-10 13:21:35 +00:00
Jenkins
9933d61065
Merge "Fix Action 'change_node_power_state' FAILED"
2017-10-10 13:19:15 +00:00
Jenkins
b4bc1599e6
Merge "Fix TypeError in function chunkify"
2017-10-10 13:17:26 +00:00
Jenkins
280188a762
Merge "Remove installation guide for openSUSE and SLES"
2017-10-10 13:14:41 +00:00
Jenkins
3942f44e56
Merge "Notification Cancel Action Plan"
2017-10-10 13:12:02 +00:00
Jenkins
6208caba0c
Merge "Fix action plan state change when action failed"
2017-10-10 12:06:07 +00:00
Jenkins
f3b3e82313
Merge "Remove the unnecessary word"
2017-10-10 11:02:37 +00:00
zhuzeyu
be69ebd8bd
Invoke version_string in watcher/version.py directly
...
There is already define version_string in version.py
So we don't need generate version in other files, just call it.
Change-Id: I7d8294860523eedad92e213ad00569829e120c39
2017-10-10 11:00:26 +00:00
Hidekazu Nakamura
7d33bf8813
Fix _build_instance_node for building Compute CDM
...
As of Nova API microversion 2.47, response of GET /servers/detail has flavor
which contains a subset of the actual flavor information used to create the
server instance, represented as a nested dictionary.
Since current watcher nova default api version is 2.53(Pike), This patch
follows the API response change.
Change-Id: Ia575950f0702afa1d093f03ca8ddedd3c410b7de
Closes-Bug: #1722462
2017-10-10 17:21:05 +09:00
zhengwei6082
b3fa8a0f86
writing convention: do not use “-y” for package install
...
Adhering to coding conventions. Refer to ``Code conventions`` at
https://docs.openstack.org/contributor-guide/ for details.
Change-Id: Ic8b166e17ab0d1cbbf2bb6b831f5e53cae6797ba
2017-10-10 06:13:52 +00:00