Skip to content

Commit 208e182

Browse files
HuangYanyan-AmberfranklwyLiu Wenyuashorezfc11zyw0599
authored
Feature/ccm (#154)
* Add files via upload add huaweicloud Kafka custodian * Changes set-config Delete json-diff * delete import * rename set_config * Feature/dns (#9) add dns actions, filters, UTs * Feature/dns (#10) * add readme_dns * add readme_dns * add readme_dns * Update readme_dns.md * Update readme_dns.md * add dns * update readme_dns * update kafka * update client * update dns * update dns * update dns add dns_test * update dns_test update mock * add mock * update dns * Delete tools/c7n_huaweicloud/c7n_huaweicloud/resources/dns_files directory * update dns lint * lint modify * lint modify * modify * modify * update test --------- Co-authored-by: Liu Wenyu <[email protected]> * Create readme_dns.md * feat:ccm服务开发 * feat:scm服务开发 * feat:mock文件提交 * fix:修复查询DC资源测试用例报错的问题 * fix:修改lint门禁 * fix:lint门禁修改 * fix:lint门禁修改 * fix:test门禁修改 * fix:test门禁修改 * fix:修改lint门禁 * fix:mock文件修改 * Update ci.yml * feat:修改scm代码 * fix:test门禁处理 * fix:test门禁处理 * fix:test门禁处理 * fix:test门禁修改 * fix:test门禁修改 * fix:test门禁处理 * fix:门禁处理 * fix:test门禁修改 * fix:删除poetry.lock文件中阿里云镜像依赖 * fxi:删除阿里云镜像依赖 * fix: client change * Update ci.yml --------- Co-authored-by: franklwy <[email protected]> Co-authored-by: Liu Wenyu <[email protected]> Co-authored-by: zfc1996 <[email protected]> Co-authored-by: zyw0599 <[email protected]>
1 parent 66cbec9 commit 208e182

File tree

2 files changed

+51
-38
lines changed

2 files changed

+51
-38
lines changed

tools/c7n_huaweicloud/c7n_huaweicloud/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def client(self, service):
448448
client = (
449449
ScmClient.new_builder()
450450
.with_credentials(globalCredentials)
451-
.with_region(ScmRegion.value_of(self.region))
451+
.with_region(ScmRegion.value_of("ap-southeast-1"))
452452
.build()
453453
)
454454
elif service == 'dc':

tools/c7n_huaweicloud/poetry.lock

Lines changed: 50 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)