Bug #4030

Kamaki should raise errors for incompatible cloud names in config file

Added by Stavros Sachtouris almost 11 years ago. Updated almost 11 years ago.

Status:Closed Start date:06/17/2013
Priority:Medium Due date:06/17/2013
Assignee:Stavros Sachtouris % Done:

100%

Category:kamaki Spent time: 1.00 hour
Target version:v0.9 Estimated time:1.00 hour

Description

Implement a new class of Exceptions: KamakiConfigError
Implement a KamakiConfigCloudNameError as extentions of KamakiConfigError
Modify regex to acceptas cloud names: ([$#-:@\w]+)
Any cloud name not matching this regex will cause a KamakiConfigCloudNameError

Associated revisions

Revision 6144f3d4
Added by Stavros Sachtouris almost 11 years ago

Make cloud prefix a global settings

Refs: #4030

Revision 29be4062
Added by Stavros Sachtouris almost 11 years ago

Create InvalidCloudNameError, raise it when needed

Refs: #4030

Revision d2d0dbdb
Added by Stavros Sachtouris almost 11 years ago

Make cloud prefix a global settings

Refs: #4030

Revision b8fd7d84
Added by Stavros Sachtouris almost 11 years ago

Create InvalidCloudNameError, raise it when needed

Refs: #4030

Revision 35d47a6c
Added by Stavros Sachtouris almost 11 years ago

Fix write recovery bug in kamaki.cli.config

write failed to recover config memory repr. after writing in disk

Refs: #4030

Revision 668068af
Added by Stavros Sachtouris almost 11 years ago

Fix write recovery bug in kamaki.cli.config

write failed to recover config memory repr. after writing in disk

Refs: #4030

History

#1 Updated by Stavros Sachtouris almost 11 years ago

  • % Done changed from 0 to 100

#2 Updated by Stavros Sachtouris almost 11 years ago

The error is CloudNameError and extents the ConfigParser.Error

#3 Updated by Stavros Sachtouris almost 11 years ago

  • Status changed from New to Closed

Also available in: Atom PDF