I can be able to find the issue and sort that one out. Actually there was one modification is needed to done in ceilometer code.
It was not catching non-metric values. In the following line it was needed to set as False. https://github.com/openstack/ceilometer/blob/master/ceilometer/notification.py#L52 After that it was working fine as needed. Thanks, Murali. On 24 December 2015 at 19:10, Stéphane Albert <[email protected]> wrote: > On Mon, Dec 21, 2015 at 01:48:45PM +0530, murali wrote: > > Hello , > > > > I need to configure price for the floating IP. > > > > I have tried creating the pricing as follows: > > > > First created the service named network.floating. > > > > Then created the group named network.floating. > > > > Have created the service mapping for the same with some cost and pricing > > type "Flat". > > > > But still it seems not to be working. > > > > I have checked the Db backend for the same to ensure that whether cost > for > > the same is displayed. > > > > It is not displaying the cost for the same. > Hi, > > Even if you're not applying rating rules on floating IPs you should > still get data inserted in CloudKitty storage backend. > If you don't get the data in the storage, it's either that the data is > not in ceilometer or that the service collection is not enabled. > > Try to check you configuration parameters and query ceilometer API for > floating IP information. If your settings are right and ceilometer is > collecting the data, then open a bug report. We'll try to figure out > what's not working. > > Thanks > -- *life s to live....!!!!*
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
