Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix resource pool creation with '/' in name #261

Open
rlazoryshchak opened this issue Jul 30, 2020 · 0 comments
Open

Fix resource pool creation with '/' in name #261

rlazoryshchak opened this issue Jul 30, 2020 · 0 comments

Comments

@rlazoryshchak
Copy link
Contributor

compute.create_resource_pool(
	datacenter: 'DC1', 
	cluster: 'vc-qa-DC1-cluster1', 
	name: 'Resource/Pool1',
)

This request will failed such like '/' character present in name.

rlazoryshchak added a commit to rlazoryshchak/fog-vsphere that referenced this issue Jul 30, 2020
rlazoryshchak added a commit to rlazoryshchak/fog-vsphere that referenced this issue Jul 30, 2020
ezr-ondrej pushed a commit to rlazoryshchak/fog-vsphere that referenced this issue Aug 20, 2020
This fixes naming of resource pools which contains '/' symbol.
Bug is coused by rbvmomi transpolation '/' to '%2f' and while creating nested resource pool we can't find it in parent resource pool which contains '/'.
ezr-ondrej pushed a commit that referenced this issue Aug 20, 2020
This fixes naming of resource pools which contains '/' symbol.
Bug is coused by rbvmomi transpolation '/' to '%2f' and while creating nested resource pool we can't find it in parent resource pool which contains '/'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant