-
Notifications
You must be signed in to change notification settings - Fork 1.2k
CLOUDSTACK-8215: SAML changing date calculation #71
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
Conversation
Signed-off-by: Erik Weber <[email protected]>
Just a personal preference: using Joda DateTime might make it more readable :)
|
I agree with you :-) I'll rewrite to DateTime and push a new commit |
+1 LGTM |
This closes #71 Signed-off-by: Rohit Yadav <[email protected]>
Applied on both 4.5 and master. Thanks for fixing this @terbolous ! |
sebgoa on [email protected] replies: |
Erik Weber on [email protected] replies: |
sebgoa on [email protected] replies: Ah my bad then (cc @Rohit), I did not see a conversation update about it. all is good then :) |
Rohit Yadav on [email protected] replies: |
sebgoa on [email protected] replies: I love you man, but I think that's bad practice :) but yes mea culpa, I did not see Erik's update. |
Off topic but I'm not the Rohit you'll are looking for. :) |
…started once (#71) With this patch apache/cloudstack@b766bf7 we started tracking disks in attaching state so that other attach request can fail gracefully. However this missed the case where disks were in allocated state but attach was requested. For the use case where users want to attach disk in allocated state but not ready, we need to have allocated-attaching transition as well. We must take care of returning to the original state - allocated or ready - when attach request has completed. For the use case of unstarted vm's the disk must proceed as follows - "Allocated" -> Attaching -> Allocated. When VM is started, the disk is "created" and pool is assigned. For the use case of started VMs it's more trivial and disk proceeds as follows - Ready -> Attaching -> Ready. Test this by creating a VM with "startvm=false", create a disk and try attaching it in allocated state. It would give an exception on latest 4.11 but will be fixed on this patch.
Adds VM nic/ip management, implement some placement fixes. Signed-off-by: Rohit Yadav <[email protected]>
Changed to java.util.Calendar which is a bit more straight forward to use.
Tested and verified that the new certificate is valid for 3 years